Amazon Web Services (AWS)
Amazon Web Services (AWS)
This section contains simple and advanced recipes for Amazon Web Services (AWS) using .NET, Node.js, Python and more. Each recipe is a step-by-step guide how to solve a specific problem or implement a specific feature using AWS services. All code samples are available on GitHub and deployable with AWS Cloud Development Kit (CDK).
Take a look at the latest examples. Feel free to use, share and inspire yourself.
Timer with Step Functions and AWS Lambda
Learn how to create a Timer using Step Functions, AWS Lambda and .NET. Try to deploy with CDK.
Resize images on upload to S3 using Lambda and .NETLearn how to resize images on upload to S3 using AWS Lambda, .NET and SkiaSharp
Resize images on CloudFront using Lambda@EdgeLearn how to resize images on CloudFront’s Origin Request and Lambda@Edge using Python/Pillow