-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAM version? #426
Comments
Hmm yeah thats a good point on the corporate clients part. We didn't have plans but I'll have a look at SAM and see how far along they are. Contributions are welcome though! |
I’ll definitely contribute if I get far enough in this direction. This stack has been unbelievably good. When I start earning myself I’ll definitely sponsor it. |
@jayair how would you prefer to see contributions in regards to SAM?
|
Personally I think the juxtaposition of individual steps would be really good. That way people can really see the benefit of serverless.com as well. |
@craigbarrau I think it's really hard to do each of the parts side-by-side and keeping them updated over time. It might be easier to create a separate section that shows how to build out the same backend but with SAM. And then allowing the frontend section to use either backend. We might even change the design of the homepage to indicate that you can use either backend. |
Thanks @jayair. I recently went through the tutorials from the beginning and used I've just pushed my If you are seriously interested in bringing SAM support into the guide, I'd be more than happy to help as a collaborator or the primary author. As an aside, and in reply to @boxabirds comment, the tools were a lot less different in terms of functionality and syntax than I thought they would be. One of the main things that I noticed was that |
@craigbarrau amazing! This is really exciting work, thank you! Honestly as a newbie in this space, the tutorial was extremely well done and with Really, thank you, on behalf of all the budding AWS developers now and in the future. |
@m0un10 Awesome! Thank you for this.
Do you mind sharing these? Either in your repo README or here? I'd like to go through your repo and try setting it up myself. And then put together a rough list of the steps and figure out how we can work together to get this done. Thanks again for offering to help. |
I've got a gist here with my original notes. It also has some details around what is different for the first few chapters when SAM is used instead of the Serverless framework. I didn't have a chance to describe the differences in as much detail for the later chapters but it becomes pretty self explanatory and the full set of changes are available in the sam fork. |
Perfect. I'll have a look. Thanks. |
I didn't realize SAM requires Docker installed and running. Is there a way around this? |
This is how SAM simulates the function calls locally when you run a test (e.g. |
If you need to build native binaries I think you still need Docker though, right? |
Hi I love Serverless but corporate clients are generally hesitant to use third party elements in the core flow. SAM has come along a bit in recent times -- have you thought of doing a SAM version?
The text was updated successfully, but these errors were encountered: