The aws-amplify-vue package is a set of Vue components which integrates your Vue application with the AWS-Amplify library. The package supports Vue applications using version 2.5 or above, and was created using the Vue 3.0 CLI.
Questions tagged [aws-amplify-vue]
12 questions
18
votes
6 answers
How do I disable the sign up link for the aws amplify vue authenticator?
I'm using the amplify-authenticator component from the aws-amplify-vue library to enable authentication for my app. I'm trying to figure out how to disable the "Create Account" link on the front end and I can't seem to find anything in the…

Tim Hutchison
- 3,483
- 9
- 40
- 76
14
votes
8 answers
Amplify: CORS header ‘Access-Control-Allow-Origin’ missing error even though CORS is enabled in API Gateway and Lambda headers
I'm using Amplify, and have my API Gateway proxying to Lambda. I've enabled CORS on my /{proxy+} and deployed the API. In my Lambda function, I'm setting the appropriate header in my trivial function:
import json
def handler(event, context):
…

Mark Richman
- 28,948
- 25
- 99
- 159
7
votes
2 answers
In vite + vue3 + TS project, AWS Amplify Failed to resolve components
I am having hard time to make AWS Amplify work with Vite.js
// First I was getting this error:
Uncaught ReferenceError: global is not defined
So, I added this script in index.html's head section