Setup infrastructure meant for the s3-event-upload-lambda repo.
Manages the lambda function, S3 bucket and IAM permissions.
The lambda is exposed with a function URL, with IAM authorization. Note that Postman natively supports this feature and a collection is included for easier testing.
Since it's a CDK project, the standard commands apply:
mvn package
compile and run testscdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
You should run cdk bootstrap
if this is your first CDK project.