CDK Constructs for AWS Lambda to AWS DynamoDB integration.
Project description
aws-lambda-dynamodb 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-lambda-dynamodb/ |
---|
Language | Package |
---|---|
{: style="height:16px;width:16px"} Python | aws_solutions_konstruk.aws_lambda_dynamodb |
{: style="height:16px;width:16px"} Typescript | @aws-solutions-konstruk/aws-lambda-dynamodb |
This AWS Solutions Konstruk implements the AWS Lambda function and Amazon DynamoDB table with the least privileged permissions.
Here is a minimal deployable pattern definition:
const { LambdaToDynamoDBProps, LambdaToDynamoDB } = require('@aws-solutions-konstruk/aws-lambda-dynamodb');
const props: LambdaToDynamoDBProps = {
deployLambda: true,
lambdaFunctionProps: {
code: lambda.Code.asset(`${__dirname}/lambda`),
runtime: lambda.Runtime.NODEJS_12_X,
handler: 'index.handler'
},
};
new LambdaToDynamoDB(stack, 'test-lambda-dynamodb-stack', props);
Initializer
new LambdaToDynamoDB(scope: Construct, id: string, props: LambdaToDynamoDBProps);
Parameters
- scope
Construct
- id
string
- props
LambdaToDynamoDBProps
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 |
Pattern Properties
Name | Type | Description |
---|---|---|
lambdaFunction() | lambda.Function |
Returns an instance of lambda.Function created by the construct |
dynamoTable() | dynamodb.Table |
Returns an instance of dynamodb.Table created by the construct |
Architecture
© Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws-solutions-konstruk.aws-lambda-dynamodb-0.8.1.tar.gz
.
File metadata
- Download URL: aws-solutions-konstruk.aws-lambda-dynamodb-0.8.1.tar.gz
- Upload date:
- Size: 100.6 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bca7f87bd57b6b4e34550ca63c2d9cf41ec040f010cfc807a404db78eaf4a5c |
|
MD5 | 73486c2dca18ad21e78648f97f91d96e |
|
BLAKE2b-256 | f68873cda27ef185bff0360ebcec0b0f6166e1c6f7568b153687b2dfd21553ac |
File details
Details for the file aws_solutions_konstruk.aws_lambda_dynamodb-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: aws_solutions_konstruk.aws_lambda_dynamodb-0.8.1-py3-none-any.whl
- Upload date:
- Size: 99.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 611bfae2a06f9ee815ef294cb375ef1d64d2e928ff232d34117de5453a895eb1 |
|
MD5 | a1c788eab6be02741dac332dad247177 |
|
BLAKE2b-256 | 8f2d0c50d07d47f3499c8dcf96adaf11f7df9bce49ba0f0cb3249d076340643f |