aws-dynamodb-stream-lambda-elasticsearch-kibana module
---This is a developer preview (public beta) module.
All classes are under active development and subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
| API Reference: | http://docs.awssolutionsbuilder.com/aws-solutions-konstruk/latest/api/aws-dynamodb-stream-lambda-elasticsearch-kibana/ |
|---|
| Language | Package |
|---|---|
aws_solutions_konstruk.aws_dynamodb_stream_elasticsearch_kibana |
|
@aws-solutions-konstruk/aws-dynamodb-stream-lambda-elasticsearch-kibana |
This AWS Solutions Konstruk implements Amazon DynamoDB table with stream, AWS Lambda function and Amazon Elasticsearch Service with the least privileged permissions.
Here is a minimal deployable pattern definition:
const { DynamoDBStreamToLambdaToElasticSearchAndKibana, DynamoDBStreamToLambdaToElasticSearchAndKibanaProps } = require('@aws-solutions-konstruk/aws-dynamodb-stream-lambda-elasticsearch-kibana');
const props: DynamoDBStreamToLambdaToElasticSearchAndKibanaProps = {
deployLambda: true,
lambdaFunctionProps: {
code: lambda.Code.asset(`${__dirname}/lambda`),
runtime: lambda.Runtime.NODEJS_12_X,
handler: 'index.handler'
},
domainName: 'test-domain'
};
new DynamoDBStreamToLambdaToElasticSearchAndKibana(stack, 'test-dynamodb-stream-lambda-elasticsearch-kibana', props);
Initializer
new DynamoDBStreamToLambdaToElasticSearchAndKibana(scope: Construct, id: string, props: DynamoDBStreamToLambdaToElasticSearchAndKibanaProps);
Parameters
- scope
Construct - id
string - props
DynamoDBStreamToLambdaToElasticSearchAndKibanaProps
Pattern Construct Props
| Name | Type | Description |
|---|---|---|
| deployLambda | boolean |
Whether to create a new Lambda function or use an existing Lambda function |
| existingLambdaObj? | lambda.Function |
Existing instance of Lambda Function object |
| lambdaFunctionProps? | lambda.FunctionProps |
Optional user provided props to override the default props for Lambda function |
| dynamoTableProps? | dynamodb.TableProps |
Optional user provided props to override the default props for DynamoDB Table |
| dynamoEventSourceProps? | aws-lambda-event-sources.DynamoEventSourceProps |
Optional user provided props to override the default props for DynamoDB Event Source |
| esDomainProps? | elasticsearch.CfnDomainProps |
Optional user provided props to override the default props for the Elasticsearch Service |
| domainName | string |
Domain name for the Cognito and the Elasticsearch Service |
Pattern Properties
| Name | Type | Description |
|---|---|---|
| dynamoTable() | dynamodb.Table |
Returns an instance of dynamodb.Table created by the construct |
| lambdaFunction() | lambda.Function |
Returns an instance of lambda.Function created by the construct |
| userPool() | cognito.UserPool |
Returns an instance of cognito.UserPool created by the construct |
| userPoolClient() | cognito.UserPoolClient |
Returns an instance of cognito.UserPoolClient created by the construct |
| identityPool() | cognito.CfnIdentityPool |
Returns an instance of cognito.CfnIdentityPool created by the construct |
| elasticsearchDomain() | elasticsearch.CfnDomain |
Returns an instance of elasticsearch.CfnDomain created by the construct |
| cloudwatchAlarms() | cloudwatch.Alarm[] |
Returns a list of cloudwatch.Alarm created by the construct |
Architecture
© Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Release files for aws-solutions-konstruk.aws-dynamodb-stream-lambda-elasticsearch-kibana 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws-solutions-konstruk.aws-dynamodb-stream-lambda-elasticsearch-kibana-0.8.1.tar.gz | 150.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_solutions_konstruk.aws_dynamodb_stream_lambda_elasticsearch_kibana-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 300.5 kB
Release files / aws-solutions-konstruk.aws-dynamodb-stream-lambda-elasticsearch-kibana-0.8.1.tar.gz
| Download URL | aws-solutions-konstruk.aws-dynamodb-stream-lambda-elasticsearch-kibana-0.8.1.tar.gz |
|---|---|
| Size | 150.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c3889d08af5cc30aad4ca8b4f594937c39dcb9abd84ee480ff6864c63fe47a61
|
|
BLAKE2b-256 checksum How to use checksums |
a3f26436cbd3547e00daafd21924a2e28cb39c02184f46f8e843ef06fd92145d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
|
Release files / aws_solutions_konstruk.aws_dynamodb_stream_lambda_elasticsearch_kibana-0.8.1-py3-none-any.whl
| Download URL | aws_solutions_konstruk.aws_dynamodb_stream_lambda_elasticsearch_kibana-0.8.1-py3-none-any.whl |
|---|---|
| Size | 149.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0502e56fa768144bc10886a663bdad0bd8fb75a288b17eaa329c23449d06e0d2
|
|
BLAKE2b-256 checksum How to use checksums |
c9bdb430564ff8ee0456c2d0c1400bc095b35423e0c6aee0e23bac69122274e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
|