Published onJuly 15, 2024The QR Code generator journeyaws-cdkqrgeneratorlambdas3cloudfrontdynamodbeventbridgecorsserverlessCompilation of all the blogs written which make it possible to have the QR Generator website
Published onJuly 2, 2024Create your own QR Code Generator with AWS and AWS CDK! - Caching results with Eventbridge and DynamoDBaws-cdkqrgeneratorlambdas3cloudfrontdynamodbeventbridgecorsserverlessThid part of our QR Code journey, this time we are learning to use Eventbridge Events, Eventbridge Rules and DynamoDB to cache the qr codes generated
Published onJune 25, 2024Create your own QR Code Generator with AWS and AWS CDK! - Deploying your website and connecting it with your APIaws-cdkqrgeneratorlambdas3cloudfrontcorsserverlessSecond part of our QR Code journey, where we are going to deploy our website and connecting it to our API
Published onJune 19, 2024Create your own QR Code Generator with AWS and AWS CDK! - Creating The APIaws-cdkqrgeneratorlambdas3api-gatewayserverlessCreate an API which generates QR Codes by using API Gateway, AWS Lambda and S3 to store the Generated Qr Codes
Published onApril 20, 2024All the ways to bundle Python dependencies in a Lambda with AWS CDKaws-cdklambdapythonCompilation of all the posts related on how to bundle Python Dependencies
Published onApril 19, 2024How to bundle your lambda with external dependencies by using PythonFunctionaws-cdkpythonPythonFunctionlambdaawscdkserverlessHow to deploy lambda with dependencies by using the library PythonFunction
Published onMarch 18, 2024How to bundle your lambda with external dependencies by using BundlingOptionsaws-cdkpythonBundlingOptionsdockerlambdaHow to deploy lambda with external dependencies by using BundlingOptions and Docker
Published onMarch 14, 2024How to bundle your lambda with external dependencies with Layersaws-cdkpythonLayerslambdaHow to bundle lambda with external dependencies by using layers