FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add layer "pull" support via generic code archive download by dominikschubert · Pull Request #11 · localstack/lambda-runtime-init · GitHub

Add layer "pull" support via generic code archive download - #11

Merged
dominikschubert merged 3 commits into
localstackfrom
feat_generic-code-archive-download
Feb 1, 2023
Merged

Add layer "pull" support via generic code archive download#11
dominikschubert merged 3 commits into
localstackfrom
feat_generic-code-archive-download

Conversation

dominikschubert commented Jan 31, 2023
edited
Loading

Copy link
Copy Markdown
Member

Generalizes our "fetch archive content via URL & mount it somewhere" feature.

We can now use LOCALSTACK_CODE_ARCHIVES with a json value of the following format:

[
  {
    "url": "https://example.com/mycodearchive.zip",
    "target_path": "/var/somewhere"
  },
 // ... more fetch & mounting entries
]

For each entry it will fetch the file at the url (expected to be a zip package) and extract it to the target_path.

dominikschubert self-assigned this Jan 31, 2023

dfangl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, at least the parts I didn't write :)

dominikschubert merged commit db1cead into localstack Feb 1, 2023
dominikschubert deleted the feat_generic-code-archive-download branch February 1, 2023 07:11
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL