Serverless
Serverless: no need to provision and configure hardware, manage operating systems nor do software maintenance like upgrades or install patches. Scales in and out automatically (highly elastic). No need to design for high availability, it's built-in. Pay per use.
Serverless Application Repository - https://serverlessrepo.aws.amazon.com/applications
Serverless Applications Lens - AWS Well-Architected Framework - https://docs.aws.amazon.com/wellarchitected/latest/serverless-applications-lens/welcome.html
Serverless Optimization Workshop (Performance and Cost) - https://catalog.workshops.aws/serverless-optimization/en-US
- Optimizing AWS Lambda Performance and Cost for Your Serverless Applications - AWS Online Tech Talks - https://www.youtube.com/watch?v=z8wGSykEauI
Building event-driven architectures on AWS (EventBridge workshop) - https://catalog.workshops.aws/building-event-driven-architectures-on-aws/en-US
Tutorial: Build a Serverless Web Application using Generative AI - https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-amplify-bedrock-cognito-gen-ai/ Previously it was Build a Serverless Web Application with AWS Lambda, Amazon API Gateway, AWS Amplify, Amazon DynamoDB, and Amazon Cognito - https://aws.amazon.com/getting-started/hands-on/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/
Let’s Architect! Serverless architecture on AWS - https://aws.amazon.com/blogs/architecture/lets-architect-serverless-architecture-on-aws/ - From https://aws.amazon.com/blogs/architecture/top-10-aws-architecture-blog-posts-of-2022/
Digital Classroom - Developing Serverless Solutions on AWS - Requires an AWS Skill Builder annual subscription - https://explore.skillbuilder.aws/learn/courses/17205/digital-classroom-developing-serverless-solutions-on-aws
AWS SimuLearn: Serverless Developer - https://explore.skillbuilder.aws/learn/learning-plans/2228/aws-simulearn-serverless-developer
Cloud Quest: Serverless Developer - https://explore.skillbuilder.aws/learn/courses/15623/aws-cloud-quest-serverless-developer
Project 5 of "5 AWS Cloud Projects to Get You Hired in 2024 (For Beginners)" uses Amplify, AppSync GraphQL, S3, DynamoDB - https://learn.techwithlucy.com/p/5-beginner-aws-cloud-projects-for-2024-complete-step-by-step-guide - https://www.youtube.com/watch?v=akeSJBEWr3w - Use code "YT10" for 10% off
How to Use Amazon EventBridge to Build Decoupled, Event-Driven Architectures - https://pages.awscloud.com/AWS-Learning-Path-How-to-Use-Amazon-EventBridge-to-Build-Decoupled-Event-Driven-Architectures_2020_LP_0001-SRV.html
Serverless Architectures on AWS - https://www.coursera.org/learn/aws-serverless
How to build a global serverless service, Alex Casalboni - https://www.youtube.com/watch?v=Q19B-NTkMfk
https://www.udacity.com/course/develop-and-deploy-serverless-apps--cd12101
https://www.whizlabs.com/full-stack-serverless-application-on-aws/
https://www.whizlabs.com/aws-lambda-and-api-gateway-online-training/
https://www.whizlabs.com/aws-serverless-services-hands-on-labs/
https://learn.digitalcloud.training/course/aws-serverless-for-beginners-with-aws-lambda-api-gateway-sqs-sns-and-eventbridge - https://github.com/nealdct/serverless-for-beginners
https://school.theburningmonk.com/collections
https://www.manning.com/books/serverless-architectures-on-aws-second-edition
https://www.manning.com/livevideo/production-ready-serverless
https://www.manning.com/livevideo/serverless-applications-with-AWS
https://www.manning.com/books/ai-as-a-service
https://www.manning.com/liveprojectseries/build-serverless-applications-on-aws
Serverless Image Handler on AWS - https://aws.amazon.com/solutions/implementations/serverless-image-handler/
https://frontendmasters.com/courses/go-aws/ - Go, AWS Lambda, DynamoDB, and API Gateway
https://cloudcasts.io/course/serverless-with-lambda
SST guide - https://guide.sst.dev
Mastering Event-Driven Microservices in AWS: Design, Develop, and Deploy Scalable, Resilient, and Reactive Architectures with AWS Serverless Services - https://www.amazon.com/Mastering-Event-Driven-Microservices-AWS-Architectures-ebook/dp/B0DF81G5WP
https://medium.com/@jvroig/the-problem-with-serverless-from-a-serverless-addict-172b627a85d4
Why Serverless Is Inherently More Secure Than Containers - https://medium.com/@jvroig/why-serverless-is-inherently-more-secure-than-containers-6664ccceab0c
In a native serverless workload you don’t even have to bother with a VPC. No VPC means no related NACLs and security groups to configure and maintain.