chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Automatic SDK generation not available for apps deployed via AWS CDK

Open samuelefiorini opened this issue 2 years ago • 0 comments

When deploying a Chalice application using AWS CDK, the folder .chalice\deployed is not being populated as expected.

As a result, when attempting to retrieve the list of deployed resources and trigger the automatic SDK download process using the command chalice generate-sdk --stage dev ./sdk, the process is aborted with the following error message:

Could not find API ID, has this application been deployed?
Aborted!

samuelefiorini avatar Jul 24 '23 08:07 samuelefiorini