forked from zappa/Zappa
-
Couldn't load subscription status.
- Fork 1
Feature/function url #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wangsha
wants to merge
32
commits into
master
Choose a base branch
from
feature/function-url
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next: delete policy
added setting test
fix linting error
… into feature/function-url
… into feature/function-url
* Add Support for Graviton 2 / ARM Architecture * Changed parameter in README to architecture * Removed redundant blank line * Bugfix + black compliance * Fix: architecture argument not used properly * Fixed black compliance * Fixed architecture label for wheels, added check for invalid architecture * Testing architecture * Added tests for ARM64 architecture * Only allow ARM64 arch if Python version >= 3.8 * Removed redundant references to architecture * Removed redundant references to architecture * Added test for default architecture setting * added .pre-commit hook for black-check and isort-check * Fixed test failure in Python 3.7 * 🔧 re-work regex for abi3 * 🔧 fix Zappa.create_lambda_function to pass a list to 'Architectures' in `create_function()` call. * 🐛 fix typo in json --------- Co-authored-by: DS992 <> Co-authored-by: Gabor Schulz <[email protected]> Co-authored-by: shane <[email protected]>
…zappa#1384) * Add Support for Graviton 2 / ARM Architecture * Changed parameter in README to architecture * Removed redundant blank line * Bugfix + black compliance * Fix: architecture argument not used properly * Fixed black compliance * Fixed architecture label for wheels, added check for invalid architecture * Testing architecture * Added tests for ARM64 architecture * Only allow ARM64 arch if Python version >= 3.8 * Removed redundant references to architecture * Removed redundant references to architecture * Added test for default architecture setting * added .pre-commit hook for black-check and isort-check * Fixed test failure in Python 3.7 * 🔧 re-work regex for abi3 * 🔧 fix Zappa.create_lambda_function to pass a list to 'Architectures' in `create_function()` call. * 🔧 replace usage of os.listdir()/os.path.join() with pathlib.Path object usage. ✅ update * :whtie_check_mark: Update `test_copy_editable_packages` testcase for update to use Path objects * 🔥 remove unnecessary comments * 🔧 replace (depreciated) click.BaseCommand usage with click.Command * 🔥 remove bad json 'comma' * 🔧 fix typeerror 'list' object is not callable in `get_deps_list()` 🔧 replace datetime.utcnow() -> datetime.now(timezone.utc) * 🔧 fix bad reference in get_deps_list() * 🔧 update ci.yml to use pipenv in place of manual venv creation/prep in attempt to resolve `Run .venv/bin/coveralls --service=github` ImportError: cannot import name 'Reporter' from 'coverage.report' error. * 🔧 add install `pipenv` step to ci.yml * 🔧 refactor `test_zappa_init` and `cli.py` to allow cleaner mocking of ZappaCLI user inputs. * Update tests/tests.py add clear prefix for temporarydirectory Co-authored-by: Copilot <[email protected]> * 🔧 replace os.path related items with pathlib Path usage 🔧 change print() to LOG statement * 🔧 attempt to resolve coveralls error * 🔧 attempt to migrate to coveralls github action * 🔧 add carryforward * 🔧 explicitly set github-token for coverallapp/github-action * 🔧 turn on coverallsapp/github-action@v2 debug * 🔧 add --cov-report=xml in Makefile tests command 🔧 add `format: python` to ci.yml for coveralls * 🔧 change coveralls format from python -> cobertura * 🔧 add missing line-feed slash * 🔥 remove commented out "old coveralls support" --------- Co-authored-by: DS992 <> Co-authored-by: Gabor Schulz <[email protected]> Co-authored-by: shane <[email protected]> Co-authored-by: Copilot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
GitHub Issues