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
Extending the defaultBehavior props with a custom lambda@edge removes the insertHttpSecurityHeaders lambda@edge configuration from the default cache behavior.
Extending the
defaultBehavior
props with a custom lambda@edge removes theinsertHttpSecurityHeaders
lambda@edge configuration from the default cache behavior.Reproduction Steps
Error Log
No errors produced, but CFN does not contain configuration for the
insertHttpSecurityHeaders
lambda@edgeEnvironment
Other
aws-solutions-constructs/source/patterns/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.ts
Line 168 in 8130c54
This line of code is causing the
overrideProps
function to overwrite arrays instead of merging themThis is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: