Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Powertools for AWS Lambda (Java) - Core Utilities Example with Serverless Framework

This project demonstrates the Lambda for Powertools Java module deployed using Serverless Framework. For general information on the deployed example itself, you can refer to the parent README. To install Serverless Framework if you don't have it yet, you can follow the Getting Started Guide.

Configuration

Serverless Framework uses serverless.yml to define the application's AWS resources. This file defines the Lambda function to be deployed as well as API Gateway for it.

It is a Maven based project, so you can open this project with any Maven compatible Java IDE to build and run tests.

Deploy the sample application

To deploy the app, simply run the following commands:

mvn package && sls deploy

Useful commands

Deploy a single function

sls deploy function -f hello