An open API service indexing awesome lists of open source software.

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.

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