serverless / serverless/serverless
iamRoleStatements
Open
@denes is already working on this.
Since Sep 13, 2021.
needs feedback
- Dominant language
- JavaScript
- Stars
- 46.9k
- Forks
- 5.7k
- Avg merge
- 10h 7m
- Merged PRs (30d)
- 57
Description
inputs:
src: ./
handler: handler.handler
description: TESTE # The description of your function.
service: lambda.amazonaws.com
iamRoleStatementsInherit: true
iamRoleStatements:
- Effect: "Allow"
Action:
- dynamodb:DescribeStream
- dynamodb:GetRecords
- dynamodb:GetShardIterator
- dynamodb:ListStreams
- dynamodb:ListShards
Resource: "arn:aws:dynamodb:us-east-1:XXXXX:table/XXXX/stream/2021-09-10T16:18:41.041" #<-- NOT WORKING
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.