The Lambda Blog

Serverless Cloud Guide

Menu
  • Home
  • Categories
  • Projects
  • About Us
  • Privacy Policy
  • Disclaimer
  • Contact
Menu

Tag: AppSync

how to implement a lambda authorizer for an aws appsync api and invoke the api with the required authorization token

How to implement a Lambda Authorizer for an AWS AppSync API and invoke the API with the required Authorization Token

Posted on May 7, 2022August 14, 2022 by user

Implementing a Lambda Authorizer integrated with an AppSync API including Cloudformation template samples and also demonstrating how to correctly invoke the API with the required auth token.

Read more
trigger an appsync subscription with a passthrough local resolver and a none data source using cloudformation

Trigger an AppSync Subscription with a Passthrough Local Resolver and a NONE Data Source using Cloudformation

Posted on February 9, 2022August 14, 2022 by user

How to use AppSync’s NONE data source type with a passthrough Local Resolver to trigger GraphQL subscriptions without actually mutating data in a real data source.

Read more
aws appsync cloudformation lambda python

AWS AppSync Python Lambda Resolver using Cloudformation

Posted on December 23, 2021August 14, 2022 by user

How to define an AppSync Lambda Resolver with Python and Cloudformation.

Read more
Creating a custom domain name for an AWS AppSync API endpoint using Cloudformation

Creating a custom domain name for an AWS AppSync API endpoint using Cloudformation

Posted on December 19, 2021August 14, 2022 by user

How to front the AWS generated AppSync API endpoint with a custom domain name using Cloudformation.

Read more
appsync twilio sms

Serverless SMS Texting with Twilio, AWS AppSync, Amplify and Cloudformation – Complete with Real Time Status Notifications

Posted on December 15, 2021August 14, 2022 by user

Integrating an AWS AppSync based serverless application with Twilio to send sms texts and provide real time delivery notifications to clients. Defining the backend with Cloudformation and using AWS Amplify on the client.

Read more

Recent Posts

  • Coding a JSON format logger in Python for use as a Lambda Layer package
  • Configuring an S3 Bucket to send events to a Lambda destination for processing
  • How to request a public SSL certificate for a domain name from the AWS Certificate Manager Console
  • Creating automated CloudFormation Stack Build and Deployments with AWS CodePipeline and CodeBuild
  • A concise guide to setting up the AWS command-line libraries on your local development environment
  • How to implement a Lambda Authorizer for an AWS AppSync API and invoke the API with the required Authorization Token
  • Filtering CloudWatch Logs by LogGroups and LogStreams and reading them using Python and the Boto3 SDK
  • Azure AD Multi Tenancy issue in AWS Cognito
  • Setting up Enterprise Federation from Azure Active Directory to Amazon Cognito using Open ID Connect
  • How to Setup IAM Multifactor Authentication (MFA) for the AWS CLI

Categories

  • Amplify
  • API Gateway
  • AppSync
  • AWS CLI
  • CloudFormation
  • CloudWatch
  • Cognito
  • DynamoDB
  • EventBridge
  • KMS
  • Lambda
  • Projects
  • Route 53
  • SES
  • SNS

Post Tags

ACM Amplify API Gateway AppSync AWS CLI Azure Boto3 CloudFormation CloudWatch CodeBuild CodePipeline Cognito DynamoDB EventBridge Firebase IAM KMS Lambda OIDC Project Python Rekognition Route53 S3 SAM SES SNS VPC

©2022 The Lambda Blog