-
Notifications
You must be signed in to change notification settings - Fork 249
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(aws-lambda-elasticachmemcached): New Construct #675
Conversation
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.
Architecture is good, just minor documentation comments.
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/README.md
Show resolved
Hide resolved
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 |
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 |
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 |
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.
Overall good, just minor documentations and rearranging of functions. Tests were very easy to read and clear.
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/lib/index.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/lib/index.ts
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-lambda-elasticachememcached/lib/index.ts
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/core/lib/security-group-helper.ts
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/core/test/elasticache-defaults.test.ts
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/core/lib/elasticache-helper.ts
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/core/lib/elasticache-helper.ts
Outdated
Show resolved
Hide resolved
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 |
Issue #, if available:
Closes #674
Description of changes:
Create a new construct that links a new or existing cache construct to a new or existing Lambda function construct.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.