Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Streams : myDynamoDBFunction = defineFunction #8233

Open
vikrantsai70Code opened this issue Feb 2, 2025 · 0 comments
Open

Issue with Streams : myDynamoDBFunction = defineFunction #8233

vikrantsai70Code opened this issue Feb 2, 2025 · 0 comments

Comments

@vikrantsai70Code
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant