Skip to content
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

Fix TypeScript compilation error in aws-ts-apigateway #283

Merged
merged 2 commits into from
Apr 22, 2019

Conversation

ellismg
Copy link
Contributor

@ellismg ellismg commented Apr 18, 2019

We know the pathParameters array will not be null, because we capture
parameters in our route.

We know the pathParameters array will not be null, because we capture
parameters in our route.
TypeScript was complianing a little later on when we tried to
Buffer.from `event.body` since it may be null.
@ellismg
Copy link
Contributor Author

ellismg commented Apr 18, 2019

Our nightly CI Job hit this: https://travis-ci.com/pulumi/examples/jobs/193926229

@CyrusNajmabadi
Copy link
Contributor

INteresting. i wonder if TS got stricter. This was fine when originally written...

@ellismg ellismg merged commit 3935367 into master Apr 22, 2019
@pulumi-bot pulumi-bot deleted the ellismg/fix-ts-issue branch April 22, 2019 22:57
ramene pushed a commit to ramene/pulumi-kubeflow-ml that referenced this pull request Sep 7, 2019
Fix TypeScript compilation error in aws-ts-apigateway
ramene pushed a commit to ramene/pulumi-kubeflow-ml that referenced this pull request Sep 13, 2019
Fix TypeScript compilation error in aws-ts-apigateway
dixler pushed a commit that referenced this pull request Jan 21, 2022
Fix TypeScript compilation error in aws-ts-apigateway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants