Optional
additionalOptional
assetBucket that is used for assets and published using the asset CDN The name of the bucket is available as process.env.ASSET_BUCKET
Optional
assetFully qualified domain name of the asset CDN It is available as process.env.ASSET_DOMAIN_NAME
Optional
descriptiondescription of the Lambda function
entry file name
Optional
handlername of the exported handler function
handler
Optional
includeSDKShould the AWS-SDK be packaged with the Lambda code or excluded
false (exclude SDK and use runtime provided one)
Optional
jwtJwtAuthentication settings
Optional
lambdaadditional options for the underlying Lambda function construct
Optional
lambdaTracing config
Optional
stageDeployment stage (e.g. dev)
Optional
tableDynamoDB that is used as datastore The Lambda function will have read access to this table automatically The name of the table is available as process.env.TABLE
Optional
tableActivate write permissions to the DynamoDB table
Optional
userCognito user pool The name of the pool is available as process.env.USER_POOL_ID
Generated using TypeDoc
additional environment variables of the Lambda function