Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

End-to-end tests

This module is internal and meant to be used for end-to-end (E2E) testing of Powertools for AWS Lambda (Java).

Prerequisites:

To execute the E2E tests, use the following command: export JAVA_VERSION=11 && mvn clean verify -Pe2e

Under the hood

This module leverages the following components:

  • AWS CDK to define the infrastructure and synthesize a CloudFormation template and the assets (lambda function packages)
  • The AWS S3 SDK to push the assets on S3
  • The AWS CloudFormation SDK to deploy the template