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

Consider using container image Lambdas for log ingestion #8

Open
schlarpc opened this issue Dec 2, 2021 · 0 comments
Open

Consider using container image Lambdas for log ingestion #8

schlarpc opened this issue Dec 2, 2021 · 0 comments

Comments

@schlarpc
Copy link
Owner

schlarpc commented Dec 2, 2021

This allows everything to be version controlled, but also makes setup more of a pain.

Pros:

  • runtime environment can be pinned/expressed in Nix flake
  • no worrying about Lambda runtime deprecations

Cons:

  • deployment is no longer a single JSON artifact
  • need an ECR repository to bootstrap
  • ECR storage costs money ($0.10/GB/mo after 50GB free tier)
  • image synthesis / deployment tooling required (need to publish my existing skopeo-based tooling publicly)

Also, this only really makes sense to do after #3, as we can't use container image functions for Lambda@Edge.

@schlarpc schlarpc changed the title Consider using container image Lambdas for log ingestion and certificate validation Consider using container image Lambdas for log ingestion Dec 4, 2021
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

No branches or pull requests

1 participant