dwyl/aws-sdk-mock

"learn aws lambda" link

Opened this issue · 1 comments

Is the "learn aws lambda" still up to date? it is 2 years before anyone made a commit

https://github.com/dwyl/learn-aws-lambda

@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 :shipit:

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.