Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luis199230/rimac-tech-challenge
This app is a tech challenge for apply to Rimac
https://github.com/luis199230/rimac-tech-challenge
Last synced: 11 days ago
JSON representation
This app is a tech challenge for apply to Rimac
- Host: GitHub
- URL: https://github.com/luis199230/rimac-tech-challenge
- Owner: luis199230
- Created: 2020-04-28T05:07:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T12:20:48.000Z (over 2 years ago)
- Last Synced: 2024-11-13T00:34:18.980Z (2 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rimac Tech Challenge
This project is a tech challenge for Rimac company.
### Requirements
NodeJs v12.13.1
NPM 6.12.1
Serverless
- Framework Core: 1.68.0
- Plugin: 3.6.6
- SDK: 2.3.0
- Components: 2.30.1### Installation
Open console AWS and create Role with same name 'devops'
1. With file devops-role.json in trusted relationship section.
2. With file policies-attached add and apply these policies.is ready your role?
Copy and paste accountId in environment ACCOUNT_ID
Install dependencies
```sh
npm install
```### Deployment
For run deploy is necessary have configured aws credentials, if isn't yet configured.
```sh
serverless config credentials --provider aws --key {key} --secret {secret}
```After verified configuration start to deployment and enjoy
```sh
sls deploy
```### Testing
You can test with my Postman, don't forget configure the environment with base_url for works correctly.
PD. base_url = https://snb7w1zav1.execute-api.us-east-1.amazonaws.com
```sh
https://www.getpostman.com/collections/d11bb209ada57cd2cac4
```