Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 816 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 816 Bytes

slash-command-lambda

Execute Slack's slash command from AWS Lambda.

Usage

AWS Setting

  • Code entry type : Upload a .zip file
    • upload slash-command-lambda/ambda.zip
    • set handler slack_slash_command.lambda_handler
  • set Environment variables

Result

result

Custom build

  • add package
    • pip install <<package>> -t .
  • build zip
    • zip -r <<filename>> *

Author

Yusuke Uehara (@uskey512)

License

MIT