learn-aws-lambda icon indicating copy to clipboard operation
learn-aws-lambda copied to clipboard

What a typical 100% Serverless Architecture looks like in AWS

Open nelsonic opened this issue 5 years ago • 2 comments

https://medium.com/serverless-transformation/what-a-typical-100-serverless-architecture-looks-like-in-aws-40f252cd0ecb via: https://news.ycombinator.com/item?id=23274668

Does this look beginner friendly to you? 💭

nelsonic avatar May 23 '20 13:05 nelsonic

Woah, spaghetti diagram 🙄

iteles avatar May 23 '20 22:05 iteles

Looks like I'll be doing Serverless again. 🎉 Reading list:

  • https://medium.com/serverless-transformation/eventbridge-the-key-component-in-serverless-architectures-e7d4e60fca2d
  • https://github.com/serverless/serverless
  • https://www.npmjs.com/package/aws-lambda-ric
  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#mode
  • https://eu-west-2.console.aws.amazon.com/states/home?region=eu-west-2#/homepage
  • https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html
  • https://stackoverflow.com/questions/35754766/nodejs-invoke-an-aws-lambda-function-from-within-another-lambda-function
  • https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html
  • https://www.serverless.com/blog/cicd-for-monorepos/
  • https://github.com/middyjs/middy
  • https://www.npmjs.com/package/http-errors
  • https://aws.amazon.com/about-aws/whats-new/2019/12/aws-lambda-announces-provisioned-concurrency/
  • https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/
  • https://github.com/localstack/localstack
  • https://www.serverless.com/blog/api-gateway-multiple-services
  • https://www.serverless.com/framework/docs/providers/aws/guide/functions/
  • https://github.com/smoketurner/serverless-vpc-plugin#configuration

nelsonic avatar Dec 17 '20 16:12 nelsonic