Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
some updates from local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrillo-grapl committed Jun 19, 2020
1 parent 6fefafb commit 640128c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/js/grapl-cdk/lib/grapl-cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class DGraphTtl extends cdk.NestedStack {
runtime: Runtime.PYTHON_3_7,
handler: "app.app",
functionName: "Grapl-DGraphTtl-Handler",
code: lambda.Code.fromAsset(`./zips/grapl-dgraph-ttl-${grapl_version}.zip`),
code: lambda.Code.fromAsset(`./zips/dgraph-ttl-${grapl_version}.zip`),
vpc: vpc,
environment: {
"MG_ALPHAS": master_graph.alphaNames.join(","),
Expand Down
56 changes: 15 additions & 41 deletions src/js/grapl-cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 640128c

Please sign in to comment.