-
Notifications
You must be signed in to change notification settings - Fork 247
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-fargate-kinesisstreams #877
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 |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
source/patterns/@aws-solutions-constructs/aws-fargate-kinesisstreams/README.md
Outdated
Show resolved
Hide resolved
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.
On the architecture diagram - since VPC is a required component, should we include it? I didn't see it in other fargate-based construct architecture diagrams.
source/patterns/@aws-solutions-constructs/aws-fargate-kinesisstreams/README.md
Outdated
Show resolved
Hide resolved
source/patterns/@aws-solutions-constructs/aws-fargate-kinesisstreams/README.md
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 |
* Initial README.md draft * Minor edits, arch diagram * Typo on arch diagram * First draft - complete implementation * Add dependency to package.json * Suppress autodelete function cfn-nag messages * Updated snapshots, self-review updates * More snapshot updates * One more cfn-nag issue * Response to code review * Address review * Copyright notice updates * Add region to stream name test change * Fix typo * Removing region token from generateName() * Snapshot updates
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 |
source/patterns/@aws-solutions-constructs/aws-fargate-kinesisstreams/lib/index.ts
Outdated
Show resolved
Hide resolved
...s/@aws-solutions-constructs/aws-fargate-kinesisstreams/test/integ.fargateServiceFromProps.ts
Show resolved
Hide resolved
Tags: [ | ||
{ | ||
Key: Match.exact("Name"), | ||
Value: Match.exact("Default/Vpc/IsolatedSubnet1") |
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.
Doest this create a dependency on the default VPC? Because millions of accounts don't have a default VPC (mine, for instance)
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.
The Tag name value is a little misleading. This is not the account's default VPC, but instead a new VPC created from the ec2.Vpc
construct, that has a set of default subnets in it.
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.
OK
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #, if available:
README and architecture diagram for the new
aws-fargate-kinesisstreams
solutions construct.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.