Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
495
stars
55
forks
source link
ApiGatewayMethodExecutionKeyVarGet - Properties validation failed for resource ApiGatewayMethodExecutionKeyVarGet with message: #140
Open
troydieter opened 3 months ago
Describe the bug A clear and concise description of what the bug is.
PS C:\coderepo\aws-auto-cleanup\api> node --version v18.20.4 PS C:\coderepo\aws-auto-cleanup\api> serverless --version
Serverless ϟ Framework
• 4.1.16
-- When deploying the
api
I'm seeing:If I comment out
cacheKeyParameters
, line 199 ofapi\serverless.yml
and line 200 it works:To Reproduce Steps to reproduce the behavior:
.\api\npm run deploy -- --region us-east-1
Expected behavior It would deploy
Screenshots
AWS (please complete the following information):
Additional context Add any other context about the problem here.