-
This is my project setup (using standard poetry folder structures) -
```
src
|____poetry-package-one (lambda function)
|_______poetry-package-one
|_________index.py
|_______pyproject.toml
|_…
-
### User Story
As a Modernisation Platform Engineer
I want to implement a Lambda function that monitors IP address use
So that I can send alerts
### Value / Purpose
Originally investigated through …
-
什么情况下面这段脚本会报错 ` is not a sequence`?本地运行没有问题,但是提交到 Hive 在 UDF 中运行就会抛这个异常,百思不得其解😕
刚开始以为是有一个名为 `dts` 的匿名函数类型的全局环境变量,所以在执行时出错了,但本身是用单独实例来执行的脚本,应该不存在全局环境变量污染的问题,另外无论是给 `dts` 改名还是把 `cnt` 写成一个 `Function` …
-
### Description
When applying a Resource Policy to a Lambda Function for a Function URL to be publicly accessible you must also configure the Function to enable and allow Public Access Policy on it.
…
-
## Expected Behavior of the rule
The rule should detect code inside lambdas that should be pure functions that contain side effects. For example:
```kotlin
listOf(1, 2)
.map {
println(it)
i…
-
Traceback (most recent call last):
File "/content/MaskRCNN/custom.py", line 187, in
model = modellib.MaskRCNN(mode="training", config=config,
File "/content/MaskRCNN/mrcnn/model.py", line …
-
Hello, I am trying to execute Codon in AWS Lambda.
It seems something is wrong, are you running in the same issue?
Test Event Name
test
Response
{
"errorType": "Runtime.ExitError",
…
-
Error on `roc build`:
```
thread '' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)
```
Code:
```roc
app [main] {
pf: platform "https://github.com/roc-l…
-
### Issue description
We have a relatively complex and large service that runs 43 different Lambdas. On top of this, we use the `serverless-iam-roles-per-function` to define permissions on an indiv…
-
### Describe the bug
I'm writing C# Lambda functions to be exposed by the API Gateway service, using the AWS Annotation Framework.
I successfully registered application services in the `ConfigureS…