Relative Content

Tag Archive for amazon-web-servicesaws-amplify

Understand AWS Cognito users by sign-in method

I have an application which uses AWS Amplify (Gen 1) for managing users and storing/retrieving data. I’m using Amplify’s Auth and API modules – added using amplify add auth and amplify add api.
The packages I’m using are [email protected] and @aws-amplify/[email protected]

Is it possible to remove SERVER respone header from AWS Amplify app

I have a react app.. hosted on amplify. It seems amplify uses cloudfront behind the scene so static content are served with header ‘Server: S3’.
I want to remove this via customhttp.yml however, cloudfront ignores this custom header and adds up its own header. Is there any way to remove it for Amplify app