You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd rather not keep multiple complete copies of a custom policy and cors configuration around. So, instead I end up telling serverless-finch to not stomp over the custom policy and cors that I set up within my serverless yaml.
In fact, for some configuration, for example CloudFrontOriginAccessIdentity, I'm not able to use a static json file at all because I need the WebAppCloudFrontOriginAccessIdentity.S3CanonicalUserId to provide to the custom policy.
For instance, this is an example of my policy in yaml:
Describe the solution you'd like
I'd like a way to provide custom policy and cors within my current serverless configuration, so I can use variable interpolation from the serverless config as well as results from cloudformation itself.
Describe alternatives you've considered
Supporting variable interpolation within the json files might work for some instances, but it gets more difficult when attempting to get CloudFormation results, so there would need to be an example for that as well.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd rather not keep multiple complete copies of a custom policy and cors configuration around. So, instead I end up telling serverless-finch to not stomp over the custom policy and cors that I set up within my serverless yaml.
In fact, for some configuration, for example
CloudFrontOriginAccessIdentity
, I'm not able to use a static json file at all because I need theWebAppCloudFrontOriginAccessIdentity.S3CanonicalUserId
to provide to the custom policy.For instance, this is an example of my policy in yaml:
Describe the solution you'd like
I'd like a way to provide custom policy and cors within my current serverless configuration, so I can use variable interpolation from the serverless config as well as results from cloudformation itself.
Describe alternatives you've considered
Supporting variable interpolation within the json files might work for some instances, but it gets more difficult when attempting to get CloudFormation results, so there would need to be an example for that as well.
The text was updated successfully, but these errors were encountered: