Skip to content

Commit a209617

Browse files
author
Colton Herrod
authored
Merge branch 'master' into master
2 parents e988dd1 + fec92f3 commit a209617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws-node-puppeteer/serverless.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ functions:
1616
hello:
1717
handler: handler.hello
1818
memorySize: 1536MB
19-
timeout: 60
19+
timeout: 30
2020
events:
2121
- http:
2222
path: /
23-
method: get
23+
method: get

aws-ruby-line-bot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install
4040
serverless deploy
4141
```
4242

43-
Now you can test you chatbot, have fun!
43+
Now you can test your chatbot, have fun!
4444
![Echo bot](https://i.imgur.com/ekiLRHS.png)
4545

4646
# References

0 commit comments

Comments
 (0)