Skip to content
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

Deploy Process #1

Closed
TALlama opened this issue Oct 21, 2021 · 3 comments
Closed

Deploy Process #1

TALlama opened this issue Oct 21, 2021 · 3 comments

Comments

@TALlama
Copy link

TALlama commented Oct 21, 2021

Once you've written the service, how do you actually send it up to AWS to be instantiated as a Lambda Function? Does yake make this easy and it's not in the README, or is this left as an exercise for the developer?

@amancevice
Copy link
Owner

No shortage of options there — I would recommend AWS SAM or Terraform. SAM is probably easier than Terraform to get up-and-running, but Terraform is the better tool IMHO.

I believe Serverless is the most popular framework, but I haven't used it.

This project won't ever support something like that, though. It's too complex of a problem and there are lots of well-made tools for the job.

@TALlama
Copy link
Author

TALlama commented Oct 24, 2021

A mention of these options would be a welcome addition to the README.

@amancevice
Copy link
Owner

Done! thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants