Add SMS functions to AWS LAMBDA

Python SMS plugin for AWS LAMBDA

Fast SMS from AWS

Trigger SMS within AWS

Speedy SMS delivery to New Zealand & International mobiles
Track SMS replies within LAMBDA functions
Drop-in python plugin for instant set-up
Reasonable pricing

Low cost, minimal fees

Small monthly fee and per-text cost
Connect with other AWS apps including Cloudwatch and Amazon Contact
Reasonable pricing
Add-On tools and extra functions

Extra goodies

Bring LAMBDA apps onto the mobile with SMS Landing Pages and Trackable Short Links.



Sample Code

import json
import boto3

client = boto3.client('lambda')

def lambda_handler(event, context):
    
    inputForInvoker = { 
        'Function': 'send_sms',
        'Recipients': '[Mobile number to send to]',
        'MessageText': "[Message to send]"
    }
    
    response = client.invoke(
        FunctionName='[Insert the function ARN]',
        InvocationType='RequestResponse',
        Payload=json.dumps(inputForInvoker)
        )
    
    # TODO implement
    return json.load(response['Payload'])	
					

Register for full instructions

with a free trial* Not ready? Talk to a Sales Consultant
Pay Monthly
10c

/per SMS Part

  • No Set Up Fee
  • $20 per Month
  • 10c/SMS to NZ Mobiles
  • 10c/SMS to AU Mobiles
  • 20c/SMS to International Mobiles
  • Need more?





    Get in touch with your requirements

  • Volume Discounts
  • Account Manager
  • Service Customisation
  • Whitelabelling
  • Workflow Automation
  • Departmentalised Billing
  • * Pricing is in NZD excl GST, charged per SMS Part