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 |
|---|---|
aws_solutions_konstruk.aws_lambda_dynamodb |
|
@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.
Release files for aws-solutions-konstruk.aws-lambda-dynamodb 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-lambda-dynamodb-0.8.1.tar.gz | 100.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_solutions_konstruk.aws_lambda_dynamodb-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 199.9 kB
Release files / aws-solutions-konstruk.aws-lambda-dynamodb-0.8.1.tar.gz
| Download URL | aws-solutions-konstruk.aws-lambda-dynamodb-0.8.1.tar.gz |
|---|---|
| Size | 100.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7bca7f87bd57b6b4e34550ca63c2d9cf41ec040f010cfc807a404db78eaf4a5c
|
|
BLAKE2b-256 checksum How to use checksums |
f68873cda27ef185bff0360ebcec0b0f6166e1c6f7568b153687b2dfd21553ac
|
| 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_lambda_dynamodb-0.8.1-py3-none-any.whl
| Download URL | aws_solutions_konstruk.aws_lambda_dynamodb-0.8.1-py3-none-any.whl |
|---|---|
| Size | 99.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
611bfae2a06f9ee815ef294cb375ef1d64d2e928ff232d34117de5453a895eb1
|
|
BLAKE2b-256 checksum How to use checksums |
8f2d0c50d07d47f3499c8dcf96adaf11f7df9bce49ba0f0cb3249d076340643f
|
| 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
|