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 automate your AWS infrastructure deployments using a CI/CD pipeline built with AWS CDK, CodePipeline, CodeBuild, S3, IAM, and Secrets Manager. The video demonstrates building a two-stage pipeline that deploys infrastructure (e.g., S3 buckets) from a GitHub repository, using TypeScript and environment-specific variables managed via AWS Secrets Manager and CDK contexts.
Learn how to deploy large Lambda functions with extensive dependencies using Docker and AWS CDK, bypassing Lambda layer limitations. The video demonstrates packaging a NodeJS function with the UUID package into a Docker image, then deploying it via AWS CDK, eliminating size restrictions and simplifying the deployment process.