Best of AWS — December 2023
- 1
- 2
- 3
AWS in Plain English·2y
Deploying a Node Express API on AWS Lambda
This post provides a step-by-step guide on deploying a Node Express API on AWS Lambda. It covers setting up the Express app, installing necessary plugins, modifying the app for Lambda compatibility, packaging the app, creating a Lambda function, setting up a test event, and obtaining the function URL. Deploying a Node Express server on AWS Lambda allows for scalable and cost-effective serverless applications.
- 4
Community Picks·2y
How to Scale an App to 10 Million Users on AWS
Learn how two software engineers scaled their app to 10 million users on AWS, starting with a minimum viable product and gradually increasing server capacity, utilizing services like AWS Amplify, AWS Lambda, ElasticCache, Amazon S3, CloudFront, and DynamoDB. They also implemented autoscaling and utilized a microservices architecture for high availability and scalability.
- 5
- 6
freeCodeCamp·2y
AWS Certified Cloud Practitioner Study Course – Pass the Exam With This Free 14-Hour Course
Learn about the AWS Certified Cloud Practitioner exam and how to prepare for it with a free 14-hour course by Andrew Brown. The course covers cloud computing concepts, AWS core services, and various AWS services. It is ideal for those new to cloud, as well as executives, managers, and sales personnel looking to gain strategic information about cloud adoption or migration. The AWS Certified Cloud Practitioner provides fundamental knowledge for a career in cloud development.
- 7
- 8
AWS in Plain English·2y
Different Ways to Host APIs in AWS
This article discusses different ways to host APIs in AWS, including using Amazon API Gateway, AWS Lambda with API Gateway, Elastic Beanstalk, Amazon EC2 Instances, AWS Fargate, and Amazon Lightsail. Each approach offers unique benefits and caters to specific needs and preferences.
- 9
- 10
- 11
- 12
- 13
Hacker News·2y
isadorasophia/murder: Murder is a pixel art ECS game engine.
Murder Engine is a pixel art ECS game engine built on top of MonoGame. It is still in development, with frequent changes and breaking updates. To start building with Murder Engine, check out the game jam project or the Hello World project. You can reference Murder Engine in your project through a git submodule.
- 14
AWS in Plain English·2y
Building a Serverless Image Processing Application with AWS Lambda
Learn how to build a serverless image processing application with AWS Lambda. Understand the key features of Lambda and explore its use cases. Follow a step-by-step guide to set up S3 buckets, IAM roles, and create the Lambda function. Test the application by uploading an image and monitor its execution using AWS CloudWatch.