aws-samples / aws-serverless-shopping-cart

Serverless Shopping Cart is a sample implementation of a serverless shopping cart for an e-commerce website.
MIT No Attribution
326 stars 417 forks source link

Boto3 requirement in the README.md #13

Closed darko-mesaros closed 4 years ago

darko-mesaros commented 4 years ago

Issue #, if available: N/A

Description of changes: I've added boto3 to the list of requirements in the README.md file. As the deploy will fail if boto3 is not present ( it is not able to detect the region and account for the bucket creation)

nmoutschen commented 4 years ago

LGTM! Would probably be worthwhile to have a setup/check target in the Makefile in the long run, but this is good for now.