-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix: added static context to clear the .amplify/generated/env Directory before synthesis #2044
Open
vigy02
wants to merge
39
commits into
aws-amplify:main
Choose a base branch
from
vigy02:clear-env-issue
base: main
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
Changes from 33 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
743354e
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 ab7f76f
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 7c55adc
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 36727ba
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 aa2f7d9
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 0302517
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 0adf873
chore: add changeset
vigy02 a5b5d3c
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 753701a
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 955cecc
fix: clearing the .amplify/generated/env/ before synthesis
vigy02 2a2b188
Merge branch 'main' of https://github.com/vigy02/amplify-backend
vigy02 fc0be7e
fix: Clear generated env directory before shim generation
vigy02 6c916e0
fix: Clear generated env directory before shim generation
vigy02 cab3f1a
fix: Clear generated env directory before shim generation
vigy02 954e1c0
fix: Clear generated env directory before shim generation
vigy02 d9212d8
chore: add changeset
vigy02 c09e1ee
fix: Clear generated env directory before shim generation
vigy02 05e1fd5
fix: Clear generated env directory before shim generation
vigy02 7714224
Merge branch 'issue-dir-clean'
vigy02 91faece
Merge branch 'aws-amplify:main' into main
vigy02 3f31b86
fix: added static context to clear the .amplify/generated/env Directo…
vigy02 863e92e
fix: added static context to clear the .amplify/generated/env Directo…
vigy02 9b0fd91
fix: added static context to clear the .amplify/generated/env Directo…
vigy02 75a0ee2
fix: Clear generated env directory before shim generation
vigy02 1b26f9a
Merge branch 'issue-dir-clean'
vigy02 5977d8f
Merge branch 'aws-amplify:main' into main
vigy02 94416a7
fix: Clear generated env directory before shim generation
vigy02 83a5cd8
Merge branch 'main' of https://github.com/vigy02/amplify-backend
vigy02 cc69686
fix: Clear generated env directory before shim generation
vigy02 f4348e6
fix: Clear generated env directory before shim generation
vigy02 b886eed
fix: Clear generated env directory before shim generation
vigy02 4f2d18c
fix: added static context to clear the .amplify/generated/env Directo…
vigy02 7f78fc8
fix: added static context to clear the .amplify/generated/env Directo…
vigy02 5d0d04a
fix: Clear generated env directory before shim generation
vigy02 34eb820
fix: Clear generated env directory before shim generation
vigy02 5d557d3
Merge branch 'aws-amplify:main' into clear-env-issue
vigy02 223ced4
fix: Clear generated env directory before shim generation
vigy02 7fc8e13
fix: Clear generated env directory before shim generation
vigy02 cfd19f7
fix: Clear generated env directory before shim generation
vigy02 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@aws-amplify/backend-function': patch | ||
--- | ||
|
||
Clear generated env directory before shim generation |
Oops, something went wrong.
Oops, something went wrong.
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.
Looks like new check is working (#2042)