Skip to content

run my app springboot in aws

0

"Hi, I’m developing an application and would like to connect it to AWS services. Could you guide me on how to set up the connection and what best practices to follow for integration, security, and performance optimization?"

asked a year ago96 views
1 Answer
0

Hi,

For your use-case, Amazon API Gateway with AWS Lambda with a Spring Boot application could be an easy way to get started. API Gateway acts like a front door, handling web requests and sending them to Lambda functions, which run your application code without needing to manage servers. You could easily configure the appropriate security at API Gateway level and also scale with AWS Lambda.

Please refer this tutorial for API Gateway + Lambda understanding, and these samples on how to deploy a springboot application on AWS Lambda.

Hope this is helpful!

Thanks, Rama

AWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.