This example demonstrates how to use MapLibre GL JS with Amazon Location Service and AWS Amplify within a React application.
react-map-gl
is a set of React components that can be
used to display maps. react-map-gl-amplify
demonstrates how to use
react-map-gl
with Amazon Location and AWS Amplify.
See src/index.tsx
.
See package.json
.
- Install the Amplify CLI:
npm install -g @aws-amplify/cli
- Install project dependencies:
npm install
- Create a new Amplify project environment:
amplify init
- Create Auth and Geo resources:
amplify push
To clean up all resources created for this application, run the following:
amplify delete
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.