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

Commit

Permalink
Merge pull request #2226 from bandprotocol/rename-handler-file
Browse files Browse the repository at this point in the history
runtime: Rename lambda function file
  • Loading branch information
sorawit committed Jul 13, 2020
2 parents 67848bf + c952c5b commit d855b00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_UNRELEASED.md
Expand Up @@ -55,6 +55,7 @@

### Runtime

- (chore) [\#2226](https://github.com/bandprotocol/bandchain/pull/2226) Rename lambda function file.
- (impv) [\#2210](https://github.com/bandprotocol/bandchain/pull/2210) Support non-standard python package.
- (impv) [\#2200](https://github.com/bandprotocol/bandchain/pull/2200) Move runtime configurations to runtime directory.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion runtime/lambda/pack.sh
Expand Up @@ -13,4 +13,4 @@ zip -r9 ${OLDPWD}/lambda-yoda.zip .
cd ${OLDPWD}
deactivate
rm -r venv
zip -g lambda-yoda.zip run.py
zip -g lambda-yoda.zip lambda_function.py

0 comments on commit d855b00

Please sign in to comment.