-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Generate sam deploy schema
#5504
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
025357d
chore: use amazon ecr credential helper in windows appveyor (#5446)
moelasmar b6b4e39
chore: bump version to 1.90.0 (#5448)
moelasmar 3603e12
fix: Handler path mapping for layer-wrapped esbuild functions (#5450)
mildaniel cee2d3d
fix: fix macos reproducable task and gh actions (#5455)
mndeveci 16a1740
feat(sync): support build-image option (#5441)
elvishp2006 58faff0
fix: Avoid Certain Depedendency Version (#5460)
mildaniel cca9f93
Fix broken e2e test (#5459)
mildaniel 0bd4c58
add pip check after all pip install in pyinstaller scripts (#5463)
hawflau f07e80d
chore: fix typo in help text of `pipeline bootstrap` (#5467)
efekarakus 055b727
chore: update aws-sam-translator to 1.71.0 (#5462)
github-actions[bot] c78c617
chore(deps): bump cryptography from 41.0.0 to 41.0.1 in /requirements…
dependabot[bot] cb5e46b
fix: E2E test can't find esbuild binary (#5476)
mildaniel d5ce6d5
fix(invoke): Write in UTF-8 string instead of bytes (#5427)
jfuss 7efaac1
feat: Add remote invoke implementation for step functions (#5458)
hnnasit f508c57
fix: use images.build rather than low level build API to catch errors…
mndeveci df526d8
Relax document version check for authorizers (#5477)
lucashuy 577d0d4
fix: use StringIO instead of BytesIO with StreamWriter (#5485)
mndeveci 50c04dd
chore: Update dependabot config (#5491)
mildaniel baff742
feat: Support YAML file formats for config files (#5469)
lucashuy 7821962
Generate sam deploy schema
f358403
chore(deps): bump cryptography from 41.0.1 to 41.0.2 in /requirements…
dependabot[bot] 24a541c
chore(deps): bump rich from 13.3.3 to 13.4.2 in /requirements (#5495)
dependabot[bot] eb18ec1
Allow greater versions of typing_extensions (#5489)
berzi c59e3d5
chore: bump version to 1.91.0 (#5506)
lucashuy eedd1ee
fix: Pin click to be < 8.1.4 temporarily (#5511)
mildaniel 36f8bf9
fix: Revert UTF-8 fixes #5485 and #5427 (#5512)
lucashuy dd96898
fix: Bump timeout (#5510)
mildaniel 8418494
chore(deps): bump botocore from 1.29.135 to 1.31.2 in /requirements (…
dependabot[bot] 6a41212
Add field for JSON arrays
b49018d
Remove config_env and config_file params
e42c29b
Linting and formatting
bf33e0d
Merge branch 'develop' into feat/json-schema
412f283
Fix failing tests
ed398c1
Merge branch 'feat/json-schema' into deploy-schema
4ba9e7a
Merge branch 'feat/json-schema' into deploy-schema
Leo10Gama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is
template.[yaml|yml|json]really the default value? or a symbol representing that it will look up these three files in certain order?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is, yes. I thought it weird, but that's how the default value is stored in the command, I assume so it's more readable under the CLI as options.