amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

Requesting instructions #46

Closed Vingtoft closed 7 years ago

Vingtoft commented 7 years ago

Where can I find instructions or a tutorial to get this to work?

vbudilov commented 7 years ago

The README has the detailed instructions.

Vladimir

Vingtoft commented 7 years ago

Thanks for the quick answer, Vladimir. I dont think the README provides enough information. Example: No instructions on changing the aws/createResources.sh file which is necessary:

#!/usr/bin/env bash

ROOT_NAME=budilovdelete
# Bucket name must be all lowercase, and start/end with lowecase letter or number
# $(echo...) code to work with versions of bash older than 4.0
BUCKET_NAME=budilov-$(echo "$ROOT_NAME" | tr '[:upper:]' '[:lower:]')
TABLE_NAME=LoginTrail$ROOT_NAME

# Replace with your 12-digit AWS account ID (e.g., 123456789012)
AWS_ACCOUNT=540403165297
ROLE_NAME_PREFIX=$ROOT_NAME
POOL_NAME=$ROOT_NAME
IDENTITY_POOL_NAME=$ROOT_NAME
REGION=us-west-2

Is there any other necessary steps that is not described in the README? I cannot get it to work.

Thanks

coldcam commented 7 years ago

GREETINGS @Vingtoft ,

I managed to get this to work. I might be able to help if it is still not working for you.

Let me know what errors you are getting.

Regards

Vingtoft commented 7 years ago

Thank you for your kind offer. I got it to work after the readme was updated a few days ago.