aws-amplify / aws-amplify/docs
Issue with Streams : myDynamoDBFunction = defineFunction
Open
- Dominant language
- MDX
- Stars
- 506
- Forks
- 1.1k
- Avg merge
- 3h 14m
- Merged PRs (30d)
- 1
Description
Trying to create a stream for my existing table in dynamodb using awsamplify as per the information given on the url https://docs.amplify.aws/react/build-a-backend/functions/examples/dynamo-db-stream/ when i go to define the function using this code import { defineFunction } from "@aws-amplify/backend";
export const myDynamoDBFunction = defineFunction({
name: "dynamoDB-function",
resourceGroupName: "data",
}); I get error saying resourceGroupName not recognized.
Contributor guide
Assessment
This issue has not been assessed yet.