aws-amplify / aws-amplify/docs

Issue with Streams : myDynamoDBFunction = defineFunction

Open
#8,233 0 comments 0 reactions 0 assignees View on GitHub
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

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.