Is there an easy way to modify crosswalk created s...
# aws
r
Is there an easy way to modify crosswalk created subresources, when I need to adjust properties not exposed by the crosswalk provider? e.g. the Crosswalk APIGateway resource amazingly creates an S3 bucket, IAM policy, IAM role, API gateway, with routes and integrations, etc. However I need to enable a certain property on the S3 bucket (use S3 bucket key) that isn't exposed in the provider API https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/restapi/
l
Or convert your awsx code to aws...
r
Thank you for the pointer. Unfortunately, I'm using yaml which doesn't support transformations. I was also hoping to avoid converting from awsx to aws, because obviously awsx is a lot less work and code.
l
Then: no.