https://github.com/mits87/serverless-extra-parameters
Serverless Extra Parameters plugin
https://github.com/mits87/serverless-extra-parameters
Last synced: about 1 year ago
JSON representation
Serverless Extra Parameters plugin
- Host: GitHub
- URL: https://github.com/mits87/serverless-extra-parameters
- Owner: mits87
- License: mit
- Created: 2023-06-09T18:04:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T18:28:53.000Z (about 3 years ago)
- Last Synced: 2025-03-07T08:18:27.626Z (over 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Serverless AWS Extra Parameters
## Installation
Install the package with npm: `npm install serverless-extra-parameters`, and add it to your `serverless.yml` plugins list:
```yaml
plugins:
- serverless-extra-parameters
```
## Usage
```yaml
custom:
awsShortRegion: ${extra:awsShortRegion}
```