Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northwood-labs/lambda-provided-al2023
Build the official AWS Lambda image for `provided.al2023` so that it can be used locally.
https://github.com/northwood-labs/lambda-provided-al2023
al2023 amazon-linux amazon-linux-2023 aws aws-lambda docker lambda lambda-functions
Last synced: 12 days ago
JSON representation
Build the official AWS Lambda image for `provided.al2023` so that it can be used locally.
- Host: GitHub
- URL: https://github.com/northwood-labs/lambda-provided-al2023
- Owner: northwood-labs
- Created: 2024-12-21T00:55:29.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T02:20:34.000Z (13 days ago)
- Last Synced: 2024-12-21T03:19:13.674Z (13 days ago)
- Topics: al2023, amazon-linux, amazon-linux-2023, aws, aws-lambda, docker, lambda, lambda-functions
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Platform AWS Lambda Environment Image
This repository auto-builds a multi-platform (`x86_64`/`ARM64`) Docker image for the `provided.al2023` AWS Lambda environment.
The `provided.al2023` environment is the one intended for compiled code (C, C++, Rust, Go, etc.), or to use [Lambda Layers](https://docs.aws.amazon.com/lambda/latest/dg/chapter-layers.html) to modify.
## Usage
Container image path:
```text
ghcr.io/northwood-labs/lambda-provided-al2023:latest
```## Issues
If you have an issue with this multi-platform Docker image, **DO NOT FILE AN ISSUE HERE**. Instead, [file an issue with AWS](https://github.com/aws/aws-lambda-base-images/tree/provided.al2023).
## Source
The Docker image is re-generated with AWS’ latest changes weekly on Saturday at 9:41am UTC.
### Doesn't AWS already provide these?
Yes.
But they're broken.
```bash
docker pull public.ecr.aws/lambda/provided:al2023
Error response from daemon: failed to resolve reference "public.ecr.aws/lambda/provided:al2023": unexpected status from HEAD request to https://public.ecr.aws/v2/lambda/provided/manifests/al2023: 403 Forbidden
```