-
Notifications
You must be signed in to change notification settings - Fork 1
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][architecture] Give up lambda for PaimonGanyuSpringBootApp, use Elastic Beanstalk instead. #10
Comments
This comment was marked as outdated.
This comment was marked as outdated.
binchoo
changed the title
[SAM][architecture] Give up lambda for PaimonGanyuSpringBootApp use ALB + EC2 instead.
[SAM][architecture] Give up lambda for PaimonGanyuSpringBootApp, use ALB + EC2 instead.
Jun 23, 2022
To-beLet's use Elastic Beanstalk. |
binchoo
added a commit
that referenced
this issue
Jun 23, 2022
Open
Change ImpactThe principle: "Keep single-jar deployment." Java code base
IAM
AWS Beanstalk
AWS SAM template.yaml
Makefile
|
binchoo
changed the title
[SAM][architecture] Give up lambda for PaimonGanyuSpringBootApp, use ALB + EC2 instead.
[SAM][architecture] Give up lambda for PaimonGanyuSpringBootApp, use Elastic Beanstalk instead.
Jun 23, 2022
binchoo
added a commit
that referenced
this issue
Jun 24, 2022
binchoo
added a commit
that referenced
this issue
Jun 24, 2022
binchoo
added a commit
that referenced
this issue
Jun 24, 2022
binchoo
added a commit
that referenced
this issue
Jun 24, 2022
binchoo
added a commit
that referenced
this issue
Jul 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As-is
Running a SpringBoot application on a lambda container is not optimal at all.
The
aws-serverless-java-container
module is trying the best to support SpringBoot apps on the lambda service, but it is not satisfying me.Cons:
Pros:
The text was updated successfully, but these errors were encountered: