Kethan sai

Results 787 comments of Kethan sai

Hey,👋 thanks for raising this! I'm going to transfer this over to our API repository for better assistance 🙂 But from the [Events API on Amplify docs](https://docs.amplify.aws/react/build-a-backend/data/connect-event-api/) this is currently...

Hey @stam0912, thank you for reaching out. I would suggest posting this in our [Amplify discord community](https://discord.gg/amplify) as the community of developers using Amplify may suggest alternatives and their implementation...

Closing the issue due to inactivity. Do reach out to us if you are still experiencing this issue

Hey,👋 thanks for raising this! I'm going to transfer this over to our API repository for better assistance 🙂 related to https://github.com/aws-amplify/docs/issues/8121#issuecomment-2494375015 providing an example

Hey @bogris, thank you for reaching out. Wanted to get some additional information on the expected behavior, Are you looking for a UI experience that lists the sandboxes by project...

Hey @CloudBeesTechnology, thank you for reaching out. The issue is currently being tracked on https://github.com/aws-amplify/amplify-studio/issues/1113 and the Amplify team is currently diving into this and should provide an update on...

Hey @yegenpres, if the storage was created using `defineStorage` you should be able to use the access property to provide access to the function. ``` import { defineStorage } from...

Hey @yegenpres, thank you for providing us the definition used. Could you provide us the full error message you are observing? Does the error state on resource-based policy or the...

Hey @yegenpres, interesting. Would you be open a for a quick chat on discord to dive into this? my handle on discord is `ykethan`

@yegenpres did try to reproduce this using the following ``` import { env } from "$amplify/env/api-function"; import { PutObjectCommand, S3Client } from "@aws-sdk/client-s3"; import { APIGatewayProxyHandler } from "aws-lambda"; const...