Create Java project with Maven archetype aws-serverless-spring-archetype
A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda
Create a Java Project by archetype aws-serverless-spring-archetype with Command Line:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.amazonaws.serverless.archetypes" -DarchetypeArtifactId="aws-serverless-spring-archetype" -DarchetypeVersion="1.8.2" -DinteractiveMode=false
Details about maven archetype aws-serverless-spring-archetype
| License |
License
|
| GroupId |
GroupIdcom.amazonaws.serverless.archetypes |
| ArtifactId |
ArtifactIdaws-serverless-spring-archetype |
| Version |
Version1.8.2 |
| Type |
Typemaven-archetype |
| Description |
Description
A Java framework to run Spring, Spring Boot, Jersey, Spark, and Struts applications inside AWS Lambda
|
| Source Code Management |
Source Code Management
https://github.com/awslabs/aws-serverless-java-container.git
|
How to add to project
Dependencies
compile (1)
provided (1)
test (3)
Project Modules
There are no modules declared in this project.