Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 859 Bytes

File metadata and controls

24 lines (17 loc) · 859 Bytes

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

This project demonstrates the Lambda for Powertools Java module deployed using Serverless Application Model.

For general information on the deployed example itself, you can refer to the parent README

Configuration

SAM uses template.yaml to define the application's AWS resources. This file defines the Lambda function to be deployed as well as API Gateway for it.

Deploy the sample application

To deploy the example, check out the instructions for getting started with SAM in the examples directory

Additional notes

You can watch the trace information or log information using the SAM CLI:

# Tail the logs
sam logs --tail $MY_STACK

# Tail the traces
sam traces --tail