-
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-dynamodbstreams-lambda-elasticsearch-kibana) created new construct #319
Conversation
…port new construct
…-kibana for jsii error
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.
One cut/paste error and a few general comments.
handler: 'index.handler' | ||
}, | ||
domainName: 'test-domain', | ||
// TODO: Ensure the Cognito domain name is globally unique |
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.
Oops - didn't know this was out there. I guess I should put this in our backlog at least...
(not an issue for this task though)
|
||
![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge) | ||
> Some of our early constructs don’t meet the naming standards that evolved for the library. We are releasing completely feature compatible versions with corrected names. The underlying implementation code is the same regardless of whether you deploy the construct using the old or new name. We will support both names for |
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.
This looks like a cut and paste error?
|
||
## Lambda Function | ||
|
||
This pattern requires a lambda function that can post data into the Elasticsearch from DynamoDB stream. A sample function is provided [here](/~https://github.com/awslabs/aws-solutions-constructs/blob/master/source/patterns/%40aws-solutions-constructs/aws-dynamodbstreams-lambda-elasticsearch-kibana/test/lambda/index.js). |
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.
Great catch to point this to the Lambda function under the new construct! I missed this on the first read and had to come back to check when it occurred to me later.
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 #293 #294 , if available:
Description of changes:
-Created new construct aws-dynamodbstreams-lambda-elasticsearch-kibana
-Added wrapper in aws-dynamodb-stream-lambda-elasticsearch-kibana to support aws-dynamodbstreams-lambda-elasticsearch-kibana
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.