You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Powertools for AWS Lambda (Java) - Core Utilities Example with Terraform
2
+
3
+
This project demonstrates the Lambda for Powertools Java module deployed using [Terraform](https://www.terraform.io/).
4
+
For general information on the deployed example itself, you can refer to the parent [README](../README.md).
5
+
To install Terraform if you don't have it yet, you can follow the [Install Terraform Guide](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform).
6
+
7
+
## Configuration
8
+
Terraform uses [main.tf](./main.tf) to define the application's AWS resources.
9
+
This file defines the Lambda function to be deployed as well as API Gateway for it.
10
+
11
+
It is a [Maven](https://maven.apache.org/) based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
12
+
13
+
14
+
## Deploy the sample application
15
+
16
+
To deploy the app, simply run the following commands:
0 commit comments