James Saryerwinnie
James Saryerwinnie
Chalice including Boto3 package even if it not included in the requirements.txt under runtime folder
Interesting, I'm not seeing that behavior. I created a new cdk app from the "Rest API with a DynamoDB table" template and then updated my `runtime/` file to not have...
Thanks for the feedback @kapilt. In general I agree with the general ideas you're proposing. There were a lot of ideas in Chalice that we now have a better idea...
Looks like we just need to add a new `EventBusName` param to support this, should be a straightforward change. Marking as a feature request.
Can I get the full stack trace for the error? That message would suggest that we're trying to lookup the deployed values for the custom domain but that aren't in...
Yes! Just need to work out the API we want for being able to configure this. I also haven't had much chance to play around with these new API type...
Let me dig into this a little more so I can get a better idea of what's needed to support this.
Yeah, if we do go down the route of separate APIs I'd imagine they'd be as similar as possible so there's minimal adjustments needed to switch/migrate over. From what I...
Yeah this is great! There are some additional requirements needed to make this work (ECR repo along with pushing updated images) so we'd need to figure out the best way...
I think this might be the difference between the ID token, which appears to use the `cognito:username` key (https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-the-id-token.html) vs. the access token, which uses `username` (https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-the-access-token.html). Maybe we can...
Looks like this is the same issue as https://github.com/boto/boto/issues/3474. If so there's an existing pull request that's just waiting on some tests. I'll take a look at this.