Cloudmancer
308
 Subscribers

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.

Spotlighted Software & Tools
Discover the top tools
Cloudmancer
loves for growth!
GitHub
Streamline coding, collaborate efficiently, and manage projects effectively.
This is some text inside of a div block.
Development Tools
Project Management
Docker
Streamline container development and deployment using Docker's mature ecosystem.
This is some text inside of a div block.
Development Tools
Cloud Computing
Playbooks
How To Build a CI/CD Pipeline With AWS CodePipeline Using the CDK Part 1

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.

How To Deploy a NodeJS Docker Image Lambda Using the AWS CDK

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.