Support for amplify override function #10644
Labels
extensibility
Issues related to expand or customize current configuration
feature-request
Request a new feature
functions
Issues tied to the functions category
p3
Is this feature request related to a new or existing Amplify category?
function
Is this related to another service?
No response
Describe the feature you'd like to request
It would be great to have support for
amplify override function
, this would allow to extend functions as the configurations available at the moment are pretty limited.I know it's possible to manually configure the function's settings as described in this guide from the docs, but manually editing a Cfn template is far from ideal.
Allowing this type of override would allow to configure settings like timeout, active tracing, and memory allocation - which has an direct impact on cost; as well as newer things like function urls.
Additionally, and especially for X-Ray Active tracing, this could/should be part of the advanced settings flow. Tracing is much more important in production than other things that are available today (i.e. invoking a function on schedule).
Describe the solution you'd like
amplify override function
Additionally, only for X-Ray tracing, have this value as advanced setting.
Describe alternatives you've considered
Manually updating the CloudFormation template, which is messy and overly complex for content creation / enablement scenarios.
Additional context
No response
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: