Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

kazfuku/aws-rapid-prototyping-with-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Samples for Rapid Prototyping

This is a project to experience application development on AWS with the actual minimal implementations!

It contains:

  • Basic 3-tiers serverlss WEB application which depends on:
    • Amazon API Gateway
    • AWS Lambda
    • Amazon DynamoDB

Prerequisite

  • Java 8 or Later
  • Maven 3.6.1 or Later
  • CDK 1.31.0

deploy

  1. cd lambda
  2. mvn install package lambda source files into jar and install to maven local repository
  3. cd ../cdk
  4. mvn compile compile cdk source files
  5. cdk bootstrap deploy bootstrap stack (If you deploy first at region)
  6. cdk deploy deploy resources via cdk

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%