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
-[Docker](https://docs.docker.com/engine/install/) (or [Finch](https://github.com/runfinch/finch) — if using Finch, set `export CDK_DOCKER=finch` before running tests)
9
11
10
12
To execute the E2E tests, use the following command: `export JAVA_VERSION=11 && mvn clean verify -Pe2e`
11
13
12
14
### Under the hood
15
+
13
16
This module leverages the following components:
17
+
14
18
- AWS CDK to define the infrastructure and synthesize a CloudFormation template and the assets (lambda function packages)
15
19
- The AWS S3 SDK to push the assets on S3
16
-
- The AWS CloudFormation SDK to deploy the template
20
+
- The AWS CloudFormation SDK to deploy the template
Copy file name to clipboardExpand all lines: powertools-e2e-tests/handlers/lambda-metadata/src/main/java/software/amazon/lambda/powertools/e2e/Function.java
0 commit comments