Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mduesterhoeft authored May 6, 2019
1 parent f2dfe4f commit b43a543
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ http https://<function-host>/dev/hello-runtime/sample
```


## Extended example
## Extended example a

### DynamoDB

An extended example that adds DynamoDB to the sample can be found in the [dynamodb](https://github.com/mduesterhoeft/kotlin-graalvm-custom-aws-lambda-runtime-talk/tree/dynamodb) branch.

The [dynamodb-agent](https://github.com/mduesterhoeft/kotlin-graalvm-custom-aws-lambda-runtime-talk/tree/dynamodb) branch builds on the DynamoDB example and shows how to use the GraalVM native image trace agent (aka [assisted configuration](https://github.com/oracle/graal/blob/master/substratevm/CONFIGURE.md)).

0 comments on commit b43a543

Please sign in to comment.