Skip to content

Instantly share code, notes, and snippets.

import json
import os
import boto3
import pprint as pp
from linebot import (LineBotApi, WebhookHandler)
from linebot.models import (MessageEvent, TextMessage, TextSendMessage,)
from linebot.exceptions import (LineBotApiError, InvalidSignatureError)
events_client = boto3.client('events')
events_name = '<your events name>'