Cloudmancer is an AWS expert providing tutorials and insights into modern serverless system design using Amazon Web Services. Content includes AWS CDK, APIs, and system design best practices, targeting developers and cloud architects.
Learn how to create and deploy reusable code layers for AWS Lambda functions using the AWS CDK and Node.js. The tutorial demonstrates building a layer with the `uuid` module, integrating it into a Lambda function via the AWS console, managing it with the AWS CLI, and deploying/destroying the stack using `cdk deploy` and `cdk destroy`.
Explore how you can use AWS CodePipeline to automate infrastructure deployments. Learn how to build a CI/CD pipeline for deploying AWS CDK infrastructure using CodePipeline, from setting up the pipeline source to defining deployment stages.
Explore how to deploy a Lambda function using a Docker image and the AWS CDK. You'll learn to package a NodeJS Lambda function with dependencies into a Docker image and deploy it, bypassing the need for Lambda layers.