Use case description
#8139 introduced a schema for AWS Resources. It didn't include the Condition resource attribute.
Similarly, #7352 introduced resources.extensions without support for the Condition attribute.
reference
Proposed solution
Extend the schema for resources and update mergeCustomProviderResources.js to support extending framework-created resources to set the Condition property.
Use case description
#8139 introduced a schema for AWS Resources. It didn't include the
Conditionresource attribute.Similarly, #7352 introduced
resources.extensionswithout support for theConditionattribute.reference
Proposed solution
Extend the schema for resources and update
mergeCustomProviderResources.jsto support extending framework-created resources to set theConditionproperty.serverless/lib/plugins/aws/package/lib/mergeCustomProviderResources.js
Line 37 in d9b91e9