dwyl / aws-sdk-mock

:rainbow: AWSomocks for Javascript/Node.js aws-sdk tested, documented & maintained. Contributions welcome!
Apache License 2.0
1.1k stars 109 forks source link

"learn aws lambda" link #440

Open jacobbogers opened 1 month ago

jacobbogers commented 1 month ago

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

nelsonic commented 1 month ago

@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: https://github.com/nelsonic/github-scraper/issues/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.