Skip to content

Instantly share code, notes, and snippets.

@dmost714
dmost714 / apiconfig-cloudformation-template.json
Created May 15, 2023 13:47
Custom resource(s) to add USAGE PLAN and KEYs for API GW REST endpoints
{
"AWSTemplateFormatVersion": "2010-09-09",
"Parameters": {
"env": {
"Type": "String"
},
"apirestapiRootUrl": {
"Type": "String",
"Description": "Input parameter describing RootUrl attribute for api/restapi resource"
},