https://github.com/bsmi021/aws_rpggame
AWS Serverless version of the py_rpggame demo.
https://github.com/bsmi021/aws_rpggame
aws-lambda python37 reactjs serverless-framework typescript
Last synced: 27 days ago
JSON representation
AWS Serverless version of the py_rpggame demo.
- Host: GitHub
- URL: https://github.com/bsmi021/aws_rpggame
- Owner: bsmi021
- Created: 2019-07-21T09:57:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T13:16:24.000Z (over 5 years ago)
- Last Synced: 2025-05-08T22:56:49.709Z (about 1 year ago)
- Topics: aws-lambda, python37, reactjs, serverless-framework, typescript
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAS® AWS RPG Game Demo
Demo serverless application for use with SAS® technologies.
This repo consists of deployable assets for Amazon Web Services which include Lambda Functions and a WIP ReactJS (Typescript) UI, used to interact with the APIs exposed over the Lambda functions.
This project uses:
- [NodeJS](https://nodejs.org/en/download/)
- [Serverless](https://serverless.com/framework/docs/getting-started/)
```#Install the serverless cli
npm install -g serverless
```
- [AWS Amplify JavaScript](https://aws-amplify.github.io/docs/js/start)
```#Install and configure AWS Amplify
npm install -g @aws-amplify/cli
amplify configure
```
More instructions to come