Trying my hands on with aws. I have done following.
Created a dynamodb table.
Created Chalice app to access the data through api.
Created a Angular6 application to do CRUD operation on the table using above api.
Everything worked fine when the angular app was on local. Now I uploaded my angular app on to S3, after that I am getting CORS error.
As per the documentation I did set the CORS Rules on s3 bucket but still the error persist.
Apart from S3 bucket do I need to set the CORS Rules somewhere else as well?
Error ScreenShot:
S3 bucket CORS Conf: