Skip to content

Build the official AWS Lambda image for `provided.al2023` so that it can be used locally.

Notifications You must be signed in to change notification settings

northwood-labs/lambda-provided-al2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 to modify.

Usage

Container image path:

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.

Source

The Docker image is re-generated with AWS’ latest changes weekly on Saturday at 9:41am UTC.

https://github.com/aws/aws-lambda-base-images/tree/provided.al2023

Doesn't AWS already provide these?

Yes. https://gallery.ecr.aws/lambda/provided

But they're broken.

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

About

Build the official AWS Lambda image for `provided.al2023` so that it can be used locally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published