Skip to content

Commit

Permalink
Fix runtime in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaferreira committed Sep 3, 2023
1 parent c9a84cc commit 33f0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
set -euo pipefail
java -XX:TieredStopAtLevel=1 -noverify -cp ses-notification-lambda-all.jar ses.notification.lambda.BookLambdaRuntime
java -XX:TieredStopAtLevel=1 -noverify -cp ses-notification-lambda-all.jar ses.notification.lambda.FunctionLambdaRuntime

0 comments on commit 33f0ee8

Please sign in to comment.