This example demonstrates how to use OpenLayers with Amazon Location Service and AWS Amplify.
- node v18.x
- npm v8.x
- Amplify CLI v9.2.x
- 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
npm run startnpm run buildTo clean up all resources created for this application, run the following:
amplify deleteSee CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.