Skip to content

JavatoDev-com/aws-lambda-serverless-java8-dynamodb

Repository files navigation

AWS Lambda Serverless With Java 8

How to Setup HashiCorp Vault With Spring Boot Application

AWS Lambda is Amazon Web Services (AWS) serverless computing platform that allows developers to run their code without building or managing servers. Java is one of the most popular programming languages supported by AWS Lambda. With the ability to use Java, developers can use their existing skills and libraries to build and deploy serverless applications on the AWS Lambda platform.

This application was developed to demonstrate how to build AWS lambda serverless API using Java and DynamoDB for data storage.

Technologies Used

  • Java 8.0
  • Serverless
  • DynamoDB
  • AWS API Gateway
  • AWS Lambda
  • AWS Cloudwatch

📄 Original Tutorial AWS Lambda Serverless CRUD API With Java