AWS Cloud9 Tutorial
Hi, thanks so much for this tutorial, it is eye-opening for Lambda beginners like me. I'm Cloud9 user for years and recently Cloud9 was bought by Amazon, as you probably know. It is interesting, that first real change in Cloud9 was Lambda integration. There are videos like this and this with some basic info, but it would be great if you could create a branch of this tutorial for Cloud9 users, so we can see how to instead of serverless framework use Cloud9 built-in Lambda tools.
@kosirm Thanks for the idea. It is a bit tricky to do some of the parts of this tutorial without Serverless Framework. Maybe we could cover some basic parts if there is some interest.
Thanks for reply @jayair ! What do you mean when you say "a bit tricky"? I would be interested to know what can or can't be achieved with/without Serverless Framework. It would be great info for beginners like me. There are two nice tutorials on AWS Cloud9 Help: AWS Lambda Tutorial and Advanced AWS Lambda Tutorial but I just started with your tutorial and I'm still a bit confused 😄 Anyway thanks again for this great tutorial!
@kosirm Serverless Framework gives you a simpler way to create the resources we go through in the tutorial. They definitely can be done without it but as your project grows more complex it becomes harder to manage them on your own.
Thanks @jayair