- Java 21 runtime environment (SE JRE)
- Maven 3
- The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the Windows Subsystem for Linux to get a Windows-integrated version of Ubuntu and Bash.
- The AWS CLI v1.17 or newer.
- Informatica ParamSetCli Utility
To deploy the application, run deploy.sh
.
$./deploy.sh
1. Checking S3 bucket "kpz-74"...
S3 Bucket "kpz-74" existed.
2. Syncing S3 Resources...
3. Building deployment package...
...
Using ParamSetCli Utility to delete parameter set kpz60-params
bash paramsetcli.sh runParamSetCli -un kpz60-params -a delete
To invoke the function directly, run invoke.sh
.
$./invoke.sh
{
"StatusCode": 200,
"ExecutedVersion": "$LATEST"
}
Using ParamSetCli Utility check list parameter set
bash paramsetcli.sh runParamSetCli -a list
You can find parameter set name "kpz60-params"
To delete the application, run cleanup.sh
.
$./cleanup.sh