-
Notifications
You must be signed in to change notification settings - Fork 2
Deploy onto AWS EC2 instance #639
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
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b61287a
make installation work on aws linux
simsong 871fc42
ignore backup files
simsong d4b9cbe
can make and deploy on aws
simsong 213dbcd
added policy needed for EC2 to deploy SAM
simsong cb1d91d
added expainations for install-aws
simsong 05343ad
udpate more
simsong 263744c
Merge remote-tracking branch 'origin/main' into dev-sam
simsong 182dd29
pylint passes
simsong 69a380e
pytest works again
simsong c28a99c
merged in dev-aws
simsong 1068883
update
simsong 90464d7
updated
simsong 141bb84
merged dev-sam
simsong 80113de
works on micro vm
simsong e144e3c
added aws srvices for microvm
simsong ebaaa33
generate all as set
simsong f3857b0
reload system
simsong 43a9725
added base to template
simsong d8f920f
update
simsong c99b7e2
clarified ini directories
simsong 7b771d3
logging works
simsong 0f67c09
pylint is clean
simsong a5c13ef
upload works, tracking does not
simsong 0f8f8c1
update makefile for running dbutil.py and not dbmaint.py module
simsong 82e87ea
added import
simsong b5db967
cleaned up pylint errors and dbmaint/dbutil mixups
simsong 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,3 +184,6 @@ node_modules | |
coverage | ||
.aws-sam | ||
layer | ||
[#]* | ||
.[#]* | ||
sam-installation |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,7 @@ Keep your Lambda functions optimized for performance and cost. | |
|
||
# Lambda and S3 | ||
Lamda limits returns to 6MB and uploads to around 256K. So large uploads are done with presigned POST to S3 and large downloads by putting the data into S3 and having it pulled with a presigned URL. | ||
|
||
|
||
colima start | ||
docker ps -a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line also begs further explanation, please. |
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.
This reference to colima is without context. Why is it here? Wouldn't it go in the MacOS section, in any case?