andyle83 / marketplace

Not a simple marketplace in Celo blockchain network
https://marketplace-andyle83.vercel.app/
3 stars 1 forks source link

Upload product image to S3 bucket #13

Closed andyle83 closed 2 years ago

andyle83 commented 2 years ago

When create a new product, we don't want to select image by URL. We want user is able to select file from their local computer and upload to S3, and data product in contract will refer to that URL.

andyle83 commented 2 years ago

How to secure AWs credential in the CICD pipeline ?

andyle83 commented 2 years ago

Solution should be able to extend application by integrate with other AWS services

andyle83 commented 2 years ago

For example: Store User Profile off-change, caching, url etc...

andyle83 commented 2 years ago

Should we use Pipeline in AWS instead of Vercel. Because AWS also offer domain name service, and system will be more consolidate in one platform.

andyle83 commented 2 years ago

Done