Deploying your Gatsby site to AWS S3 bucket | gatsby-plugin-s3 | Circleci

Posted on

In this blog you will learn about how to deploy your Gatsby site to AWS S3 bucket. There are several ways to deploy it: AWS CLI AWS CLI with gatsby-plugin-s3 plugin Circleci 1. Using AWS CLI Lets install aws cli globally first. Then we need to configure using the below command and enter our AWS_ACCESS_KEY_ID

Read More

Google Maps in React: Autocomplete Location Search | Draggable Marker | Marker Infobox

Google Maps in React: Autocomplete Location Search | Draggable Marker | Marker Infobox

Posted on

I will teach you how to integrate Google Maps in your React Project.You will also learn how to create an autocomplete location search and draggable marker. When you search the location and select one the marker will automatically move to that location and display the address in the infobox. We will use the following npm

Read More

File Or Image Uploads on Amazon Web Services ( AWS ) using React, Node and Express JS ( aws-sdk )

File Or Image Uploads on Amazon Web Services ( AWS ) using React, Node and Express JS ( aws-sdk )

Posted on

I will teach you the quickest and easiest way to upload single as well as multiple files on AWS using React js, Node js and Express js Here are the steps you will take: 1-Create an account on console.aws.amazon.com  2-Create a user and a new bucket. Note the accessKeyId and the secretAccessKey 3-Add policy to the bucket and the

Read More

How to create a user and bucket Amazon Web Services ( AWS )

How to create a user and bucket Amazon Web Services ( AWS )

Posted on

In this blog you will learn how to create amazon bucket and user and get the Access key ID and Secret access key for uploading files.. Step-1: Create an account on console.aws.amazon.com Step-2: Create user on console.aws.amazon.comOnce you have created the account Click on service > Security, Identity & Compliance > IAM Now click on Users > Add User

Read More