aws-actions / aws-cloudformation-github-deploy

Deploys AWS CloudFormation Stacks
MIT License
251 stars 121 forks source link

'templateBody' failed to satisfy constraint: Member must have length less than or equal to 51200 #104

Closed manasi9 closed 1 year ago

manasi9 commented 1 year ago

It seems the solution to it is to upload the template file to S3 and then send it in Deploy action, but we do not want to save it to S3 and rather keep it in the code structure only. Is it possible to do so?