Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/collaborne/aws-knowledge-base

Playground for aws knowledge base
https://github.com/collaborne/aws-knowledge-base

Last synced: 10 days ago
JSON representation

Playground for aws knowledge base

Awesome Lists containing this project

README

        

# {Service Name}
{Service description}

## Deployment

Use below command to deploy:
1. Export environment variables:
```bash
export AWS_SDK_LOAD_CONFIG=1
AWS_PROFILE=development DEV_ENVIRONMENT=dev PARTITION=p1 npm run dev:prepare-env
```
2. Deploy service:
```bash
AWS_PROFILE=development npx serverless deploy --verbose
```