"learn aws lambda" link
Opened this issue · 1 comments
jacobbogers commented
Is the "learn aws lambda" still up to date? it is 2 years before anyone made a commit
nelsonic commented
@jacobbogers great question! ❓ 😄 ❤️
The quick answer is: Yes!
The basics haven't changed in the years since we wrote the guide!
Everything still works and we have recently used our Lambda
knowledge
to deploy a function with a public URL: nelsonic/github-scraper#128
There are many new features they have added over the years.
They have complicated things a lot but the simple features are all still there.
Also, our ultra simple deployment tool: https://github.com/dwyl/aws-lambda-deploy still works flawlessly almost 10 years later! No breaking changes! 😮 All we've had to do is update the Node.js
version.