New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сustomizing resources generated by Chalice (and cdk-chalice respectively) #15
Comments
Thanks for submitting the issue! I'll start by zooming out a bit and recap cdk-chalice intent. The package is meant to automate the following approach to AWS CDK and AWS Chalice interoperability:
Hence if AWS Chalice doesn't support accepting certain options through its configuration mechanism, there are two options I can think of - open an issue for AWS Chalice or customize the resources after they have been imported into the CDK stack by Does it make sense? |
To clarify, once migrating CloudFormation templates to the CDK is released, I will look for integrating it into |
@natCyberark I released cdk-chalice 0.8.0 that includes this capability, based on AWS CDK cloudformation_include module (it just reached developer preview status). The |
A blog post that walks through that feature: https://softwhat.com/cdk-chalice-adds-support-for-accessing-chalice-generated-cloudformation-resources/ |
Hi !
We have a problem to enable API-Gateway logging in our cdk cloudformation template and providing it with role, that allows writing to cloudwatch.
We use chalice framework for building our lambda functions and because of it, we don't have direct access to API-Gateway configuration.
We added below code to cdk_chalice lib
def _update_sam_template(self)
:and it seemed to work.
Alex, as we agreed, I'm opening the issue, because you wanted to : "tackle it and see whether customizing resources generated by Chalice (and cdk-chalice respectively) can be made easier."
Thank you !
Natasha.
The text was updated successfully, but these errors were encountered: