aws / aws/chalice

Invoke Lambda policy not supported

Open
#484 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

My API Gateway function calls another Lambda function. While auto-generating policy document during `chalice deploy`, I get:

> Unsupported service: lambda

and the required policy is not added.

Relevant policy that should be added is:

```
{
"Version": "2012-10-17",
"Statement": [
...
{
"Effect": "Allow",
"Action": [
"lambda:InvokeFunction"
],
"Resource": [
"*"
]
}
]
}
```

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.