serverless / serverless/serverless

iamRoleStatements

Open
#9,940 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.