Skip to content

NashTech-Labs/AWS-Lambda-Example

Repository files navigation

AWS-Lambda-Example

Prerequisite


This project contains a very basic AWS Lambda example to start with. In order to run the project:

  1. Create a jar of the project

mvn clean package

  1. Upload the jar in AWS lambda console.

  2. Set up an API gateway for the lambda.

  3. Hit the API gateway through postman with the following json body:

{ "message" : "Hello Coders" }

About

A simple AWS lambda example to start with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages