Nick Lynch

Results 3 issues of Nick Lynch

The `FunctionConfig` is currently marked as optional, but omitting it results in an error when creating a Function. Updating the docs to reflect that this property is required. *Issue #,...

## :bug: Bug Report ### Affected Languages - [X] `TypeScript` or `Javascript` - [ ] `Python` - [ ] `Java` - [ ] .NET (`C#`, `F#`, ...) ### General Information...

bug
effort/small
p2
language/typescript

Created on behalf of @dmitriierkineroad from https://github.com/aws/aws-cdk/issues/18088 ### What is the problem? For this example https://github.com/aws-samples/aws-cdk-examples/tree/master/python/dynamodb-lambda sam fails to run the consumer lambda function: ... ``` Mounting /home/dmitrii/sandbox/aws-cdk-examples/python/dynamodb-lambda/.aws-sam/build/asset.de3b9cf558a0778ce41c0deffcc7f5ae1209ae47d9b4a99b9668294ae095d8dc as /var/task:ro,delegated...

bug
p1