Skip to content

trungict/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 10, 2024
1823b68 · Apr 10, 2024

History

1 Commit
Apr 10, 2024
Apr 10, 2024

Repository files navigation

Using ParamSetCli utility by Lambda

architecture.png

Requirements

Deploy

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...
...

Test

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"

result.png

Cleanup

To delete the application, run cleanup.sh.

$./cleanup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published