-
Notifications
You must be signed in to change notification settings - Fork 251
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
feat(new construct): aws-openapigateway-lambda #912
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some quick thoughts in the few minutes I had to give it a first read.
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/README.md
Outdated
Show resolved
Hide resolved
…n() calls in the same stack (#910)
…Solutions Constructs (#917) * Add file header warning * Add function header comments * Use latest CDK to address .NET version issue * Fix 2 typos * One last typo
* Implementation * Clean up some code cruft
* First two test updates * chore(core): migrate to assertions * Remove old lib, final few modules
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of comments and questions that might lead to changes - only a couple mandated changes.
… anytime the incoming api template changes or any time the lambda functions change.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
…of the AwsCliLayer changes outside our control.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
…of the AwsCliLayer changes outside our control.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Add new template writer integration test for transforming large template with several thousand substitutions Several new comments/documentation to make the obscure less so, hopefully>
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple questions and request to look at changing something. But pretty much done.
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Show resolved
Hide resolved
.../@aws-solutions-constructs/aws-openapigateway-lambda/test/test.openapigateway-lambda.test.ts
Show resolved
Hide resolved
.../patterns/@aws-solutions-constructs/resources/test/integ.template-writer-from-large-asset.ts
Show resolved
Hide resolved
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, two comment changes. That's the last of it, promise!
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-openapigateway-lambda/lib/index.ts
Outdated
Show resolved
Hide resolved
…ain optional custom resource values.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #, if available: #840
Description of changes:
Putting the README in place for the openapi-based apigateway-to-lambda construct.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.