-
The Lambda layer is being applied before code changes when updating. Then the max size limit of the lambda is reached when deploying. This is either an CDK specific issue or AWS Cloud Formation, I cou…
-
Is there interest in adapting una so users can specify a build target other than a wheel?
I'm imagining use cases like: directly building a docker image for each app, or building a lambda layer for…
-
Hi
First of all thank you for maintaining this repo and publishing as an AWS layer!
Sorry for a bit incomplete description, but decided to raise an issue rather than keep silence :)
**Conte…
-
This helper is great! It would be great if it were automatically pushed as a layer to all AWS regions and provided as public Arns so that architects could add it to their custom resource Lambdas witho…
-
using a lambda layer from an unknown account is a bit of problem. I can't just pick up random accounts and hope its all good.
Appreicate that this lambda is quite big, so deployment with Cloduform…
-
I have a large number of models trained using tensorflow.keras where the first layer is:
s = Lambda(lambda x: x / 255) (inputs)
When I try to load these in keras-core with pytorch backend I get …
-
We want pydataapi as published lambda layers.
Also, CI should publish it.
## Motivation
The package usually is used on aws lambda.
However, there is a limitation on package size.
`Layers` can …
-
When will there be a compatible version of this layer with Python 3.12 in AWS Lambda? 3.8 is being deprecated soon so I am wondering when that will happen.
Maybe you can advise how to get the layer…
-
# API Gateway 와 Lambda 로 Github API 안전하게 이용하기
## 들어가며
github 에서 제공해주는 Github API 로 레포지토리의 issues 에 작성해둔 이슈들을 보기좋게 정리해주는 블로그가 갖고싶었습니다. 다만 Github API 의 경우 토큰 없이 요청 시에는 요청 갯수 제한이 있어서 **token** 을 같이…
snaag updated
2 months ago
-
### What were you searching in the docs?
I was reading about `Logger() `
### Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#…