Skip to content
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

Use samlocal for building the local lambda function #95

Merged
merged 5 commits into from
Oct 12, 2023

Conversation

jacksonj04
Copy link
Collaborator

This replaces the existing pip-based pipeline for building the function locally with one based on samlocal, which resolves dependencies inside the Docker container as specified. This avoids issues where dependencies compiled for other architectures are incompatible.

> The top-level version property is defined by the Compose Specification for backward compatibility. It is only informative.
> Compose doesn't use version to select an exact schema to validate the Compose file, but prefers the most recent schema when it's implemented.

https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md
@dragon-dxw dragon-dxw force-pushed the use-samlocal-for-building branch from ff4132d to 584adcb Compare October 12, 2023 15:05
@jacksonj04 jacksonj04 force-pushed the use-samlocal-for-building branch 2 times, most recently from ebd3926 to 1b45c1f Compare October 12, 2023 15:21
@jacksonj04 jacksonj04 force-pushed the use-samlocal-for-building branch from 1b45c1f to f024037 Compare October 12, 2023 15:22
@dragon-dxw dragon-dxw force-pushed the use-samlocal-for-building branch from f024037 to 914af71 Compare October 12, 2023 15:22
@dragon-dxw dragon-dxw marked this pull request as ready for review October 12, 2023 15:23
@jacksonj04 jacksonj04 force-pushed the use-samlocal-for-building branch from 914af71 to f024037 Compare October 12, 2023 15:27
@jacksonj04 jacksonj04 merged commit 990caaf into main Oct 12, 2023
11 checks passed
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