slackapi / bolt-js

A framework to build Slack apps using JavaScript
https://slack.dev/bolt-js
MIT License
2.74k stars 392 forks source link

Docs to deploy to AWS Lambda have deprecated descriptions #799

Closed januswel closed 3 years ago

januswel commented 3 years ago

Description

Describe your issue here.

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

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


Bug Report

https://slack.dev/bolt-js/deployments/aws-lambda#prepare-the-app

The docs use aws-serverless-express but it is deprecated by @vendia/serverless-express at Nov 2020

Reproducible in:

package version: N/A

node version: N/A

OS version(s): N/A

Steps to reproduce:

  1. Open Deploying to AWS Lambda

Expected result:

Procedures to use @vendia/serverless-express are shown

Actual result:

Procedures to use aws-serverless-express are shown

Attachments:

Thank you for providing awesome APIs 👍

seratch commented 3 years ago

Hi @januswel, thank you very much for flagging this! We didn't noticed that but the move, its context, and the future plans are clearly announced here: https://www.npmjs.com/package/aws-serverless-express

@mwbrooks and I will take a look at your pull request (thanks a lot!) shortly.