https://github.com/valentinfunk/lambda-scriptfodder-giveaccess
AWS Lambda that can be used to give access to scriptfodder scripts
https://github.com/valentinfunk/lambda-scriptfodder-giveaccess
Last synced: 3 months ago
JSON representation
AWS Lambda that can be used to give access to scriptfodder scripts
- Host: GitHub
- URL: https://github.com/valentinfunk/lambda-scriptfodder-giveaccess
- Owner: ValentinFunk
- Created: 2015-12-02T22:14:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T15:48:51.000Z (over 9 years ago)
- Last Synced: 2024-12-30T03:27:28.650Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-scriptfodder-giveaccess
Used to create an Amazon AWS Lambda to upload things. To use:
- Set up AWS Credentials in ~/.aws/credentials
- Copy config.env.default to config.env.production and fill in your SF cookie (use something like EditThisCookie for chrome to fetch)
- Give the account full lambda access in AWS IAM
- Create a basic execution role for lambdas, insert the role ARN into gulpfile.js (line 13)
- npm installTo package and upload to AWS run
gulpTo use call the handler with
```
{
scripts: "123,3232,123", //NO SPACES, comma seperated list
steam_id: "769423235123234"
}
```