sst.dev icon indicating copy to clipboard operation
sst.dev copied to clipboard

AWS Cloud9 Tutorial

Open kosirm opened this issue 7 years ago • 4 comments

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 avatar Apr 27 '18 11:04 kosirm

@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.

jayair avatar Apr 30 '18 18:04 jayair

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 avatar Apr 30 '18 18:04 kosirm

@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.

jayair avatar Apr 30 '18 19:04 jayair

Thanks @jayair

kosirm avatar Apr 30 '18 19:04 kosirm