Skip to content

Instantly share code, notes, and snippets.

@sibelius
Last active October 31, 2023 00:09
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sibelius/cce5fb19f3104b41fa981ae902b1a398 to your computer and use it in GitHub Desktop.
Save sibelius/cce5fb19f3104b41fa981ae902b1a398 to your computer and use it in GitHub Desktop.
AWS Lamdba Learning Path - What do you need to learn about aws lambdas?
  • learn how to bundle backend using webpack in a single bundle (check this https://gist.github.com/jgcmarins/2860f547f5d785dce24ca0eadbe3abdd)
  • learn how to automate lamdba deploys using serveless or aws cdk (github actions)
  • learn how to configure and automate api gateway
  • learn how to automate tests lambdas using jest
  • learn how to configure, automate and use RDS Proxy to fast database workflow in lamdbas (also cache database connections)
  • how the performance gain using RDS Proxy over normal database usage
  • learn about cold start and lambda statefull (https://www.swyx.io/stateful-serverless/)
  • expose a CRUD api in lamdba
  • put everything on open source (github)
  • write a blog post about each of the topics above
  • deploy in your AWS account

Also check the Docker Learning Path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment