python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AWS Amplify doesn't forward headers
I did deploy a nextjs application on aws amplify, everything is working well.
Now I wanted to use the accept-language header in my application, which does work when I call the cloudfront distribution ...
Tom
Votes: 0
Answers: 1
My script cannot import Authenticator from aws-amplify - does that mean it did not install correctly?
I recently installed aws amplify using
npm install -g @aws-amplify/cli@latest
I am using the basic script verbatim from the aws-amplify site:
import { Amplify } from 'aws-amplify';
import { Auth...

HamletHub
Votes: 0
Answers: 2
Trying to get the Amplify CI/CD release process to deploy to a separate AWS account
I'm trying to get the CI/CD release process working so that when I commit to the release branch, it runs the amplify push process.
I AM able to amplify push locally without any issues (after switching...
Ryan
Votes: 0
Answers: 1
How to use AWS Cognito with a web app and REST API
I have a React.js web app that talks to a Golang REST API and I'm using AWS Cognito for authentication. It is all working but I am not confident that it is correct.
The web app provides username/pass...

Lucian Thorr
Votes: 0
Answers: 0