Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
set AWS_LAMBDA_FUNCTION for lambda function name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocastignoli committed Nov 23, 2023
1 parent ba40717 commit d8d02b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ env:
NODE_URL_GOERLI: https://rpc.goerli.ethpandaops.io
NODE_URL_SEPOLIA: https://rpc.sepolia.ethpandaops.io
SOLIDITY_COMPILER: lambda
AWS_LAMBDA_FUNCTION: compile-production
##
## Secrets
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
NODE_URL_MAINNET: https://rpc.mainnet.ethpandaops.io
NODE_URL_GOERLI: https://rpc.goerli.ethpandaops.io
NODE_URL_SEPOLIA: https://rpc.sepolia.ethpandaops.io
SOLIDITY_COMPILER: lambda
AWS_LAMBDA_FUNCTION: compile
##
## Secrets
##
Expand Down

0 comments on commit d8d02b3

Please sign in to comment.