maven cdk
Build the Lambda function
cd contact-form/software
mvn clean package
Deploy the API Gateway and Lambda function
cd ../infrastructure
cdk deploy
Edit the HTML of www/index.html
to include your API Gateway URL
Load the HTML page from www and click submit, you should see the contents of the form delivered to your Lambda function.