Questions tagged with Front-End Web & Mobile
Build web and mobile applications quickly with a full set of tools and services to support development
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
195 results
Hi,
I am not sure on how to handle authentication using [AWS SigV4 Signer for Dart](https://aws.amazon.com/blogs/opensource/introducing-the-aws-sigv4-signer-for-dart/). Copying the keys from the aws...
![Enter image description here](/media/postImages/original/IMDrKjlwqRSKKdnH2df4LQFQ)
Where should I add CORS policy to get access to S3 resources. What I am trying to do is to create bucket and list...
按照https://ui.docs.amplify.aws/react/connected-components/liveness的步骤进行配置后,前端开始活体检测时,出现Request has invalid parameters报错,不清楚是哪个参数的问题,要如何排查
环境:
Node: v16.20.1
aws-amplify: 5.3.13
@aws-amplify/ui-react:...
I have a custom domain purchased with Route 53. My Amplify app has hosting configured to use it in production.
I can successfully login to my application from the backend...
![Enter image description here](/media/postImages/original/IM0rP1-SsDTBKHx8UFBzMSdw)
Can anyone help me resolve the errors due to the installation of aws-sdk module.
npm i aws-sdk
```
import * as...
I'm trying to use the AWS API Gateway "Gateway responses" feature to set a custom header on specific authorization failure responses. The documentation in the console says:
> Response headers
>
>...
I have deployed my REACT application to the EC2 instance in the Linux server and serving with the Nginx.
The build files are served when I am accessing locally with curl localhost in the EC2...
After reading [this post](https://aws.amazon.com/ru/blogs/mobile/introducing-support-for-hosting-any-ssr-app-on-aws-amplify-hosting/), I deploy my React SSR app based on Express. But I noticed that...
I'm building a mobile application that has its backend accessed via API Gateway, and secured with Cognito User pools.
The app has a quite long onboarding process, and for business reasons it has to...
I have a React codebase which tries to download a file using a signed url from S3. The code is working well on **Firefox, Safari and Chrome(Incognito mode),** but it fails on *Chrome (regular mode)...
AWS Web Waf integration throws an error "TypeError: Failed to fetch", instead of returning a failed response when using AwsWafIntegration.fetch with a POST requests that requires a CAPTCHA. It works...
I'm having cors issue ONLY for my post request. When I make the request I get 204 for OPTIONS but 400 for actual request, I'm using cdk and sns topic in my lambda function too, I've already enabled...