-
Notifications
You must be signed in to change notification settings - Fork 437
Open
Labels
area/deploymentIssues related to deploymentsIssues related to deploymentstype/featureIssues that are new feature requests.Issues that are new feature requests.type/requestIssues that are created by customers.Issues that are created by customers.
Description
While the auto-generated CloudFormation templates work well to get started, there are many scenarios where we want to override settings of the resources.
At the moment, the only override supported is for Task Definition.
Would be great if a similar method to that of Serverless Framework can be implemented for all resources:
You can override the specific CloudFormation resource to apply your own options (place all such extensions at resources.extensions section). For example, if you want to set AWS::Logs::LogGroup retention time to 30 days, override it with above table's Name Template.
functions: write-post: handler: handler.writePost events: - http: method: post path: ${self:service}/api/posts/new cors: true resources: extensions: WriteDashPostLogGroup: Properties: RetentionInDays: '30'
Metadata
Metadata
Assignees
Labels
area/deploymentIssues related to deploymentsIssues related to deploymentstype/featureIssues that are new feature requests.Issues that are new feature requests.type/requestIssues that are created by customers.Issues that are created by customers.