Skip to content

Commit

Permalink
fix(login): added method which converts number to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Oct 2, 2022
1 parent 5a0f2dc commit 605fe1d
Show file tree
Hide file tree
Showing 6 changed files with 55,374 additions and 65,769 deletions.
2 changes: 1 addition & 1 deletion packages/gcli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gcli lambda:get --name 'MY_LAMBDA_NAME'
### Create Lambda
```bash
gcli lambda:create --name pesho --route pesho --code 'module.exports = async (context) => ({ status: 200, body: "Hello, 22world!", headers: { "Access-Control-Allow-Origin": "https://graphql-server.com"}})'
gcli lambda:create --name pesho --route pesho --code 'module.exports = async (context) => ({ status: 200, body: "Hello, world!", headers: { "Access-Control-Allow-Origin": "https://graphql-server.com"}})'
```
##### Or from files
Expand Down

0 comments on commit 605fe1d

Please sign in to comment.