Skip to content

susaurabh-git/aws-springboot-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac9f114 · Aug 27, 2021

History

7 Commits
Aug 27, 2021
Aug 23, 2021
Aug 20, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021

Repository files navigation

aws-serverless-springboot-crud

This is sample Springboot implementation with AWS Lambda and serverless framework.

Pre-requisites

  • java 11+
  • maven 3.6+
  • AWS CLI
  • Serverless framework CLI

Build

Run following command to build and package

mvn clean package

Deployment

Run following command to deploy the application in AWS.

serverless deploy

NOTE: AWS profile must be configured before running it. Use "aws configure" to configure.

Once the deployment is successful then it will provide the application URL. you can use CURL or postman to test application.

sample URL : https://xxxxxxxxx.execute-api.{region}.amazonaws.com/dev/users/

References:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages