Skip to content

umitseremet/ApiGW-UsagePlan-with-ApiKey

Repository files navigation

ApiGW-UsagePlan-with-ApiKey with Log & Monitoring

# API-GW rate limit for Usage Plans with API Key usage

Creating Components without Log & Monitoring

aws cloudformation create-stack --template-body file://./rate-limit.yml --cli-input-yaml file://./initial-parameter.yml

Creating Components with Log & Monitoring

aws cloudformation create-stack --template-body file://./rate-limitcw.yml --cli-input-yaml file://./initial-paramete-cw.yml

Updating Components without Log & Monitoring

aws cloudformation update-stack --template-body file://./rate-limit.yml --cli-input-yaml file://./initial-parameter.yml

Updating Components with Log & Monitoring

aws cloudformation update-stack --template-body file://./rate-limit-cw.yml --cli-input-yaml file://./initial-parameter-cw.yml

Destrying Components for the stack that has no Log & Monitoring

aws cloudformation delete-stack --stack-name  rate-limit-poc

Destrying Components for the stack that has Log & Monitoring

aws cloudformation delete-stack --stack-name  rate-limit-poc-cw

About

API-GW rate limit for Usage Plans with API Key usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published