bolt-js icon indicating copy to clipboard operation
bolt-js copied to clipboard

Add concrete examples demonstrating how to run offline AWS Lambda functions in bolt-js app

Open seratch opened this issue 2 years ago • 0 comments

Description

As mentioned at https://github.com/slackapi/bolt-js/issues/1727#issuecomment-1407256287, running async code from a bolt-js app on AWS Lambda is a common need. This project should provide more detailed information on it.

What type of issue is this? (place an x in one of the [ ])

  • [ ] bug
  • [ ] enhancement (feature request)
  • [ ] question
  • [x] documentation related
  • [x] example code related
  • [ ] testing related
  • [ ] discussion

Requirements (place an x in each of the [ ])

  • [x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • [x] I've read and agree to the Code of Conduct.
  • [x] I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

Filling out the following details about bugs will help us solve your issue sooner.

Reproducible in:

package version:

node version:

OS version(s):

Steps to reproduce:

Expected result:

What you expected to happen

Actual result:

What actually happened

Attachments:

Logs, screenshots, screencast, sample project, funny gif, etc.

seratch avatar Jan 28 '23 02:01 seratch