-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.feature-requestThis issue requests a feature.This issue requests a feature.
Description
Documentation should specify that the endpoint argument of client object has to be set manually to https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or otherwise the post_to_connection function will timeout and do nothing, or cause an internal error.
Example:
# from
client = boto3.client('apigatewaymanagementapi')
# to
client = boto3.client('apigatewaymanagementapi', endpoint_url='https://{api-id}.execute-api.{region}.amazonaws.com/{stage}')This will save a lot of time and nerve for people developing API gateway web socket integrations
brianz, adilosa, thebdotte, durfu, geftactics and 73 morewisejayden, raphael-leger, shahinism, mhball, xmlcooktop and 7 moremdc32, wulfmann, jamesdarabi, dixler, evanpon and 14 more
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.feature-requestThis issue requests a feature.This issue requests a feature.