AWS for Developers: PayPal Payment Processing with Lambdas

Go to class
Write Review

Free Online Course: AWS for Developers: PayPal Payment Processing with Lambdas provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AWS for Developers: PayPal Payment Processing with Lambdas is taught by Bear Cahill.

Overview
  • Learn how to leverage Lambdas to simplify the implementation of PayPal payment processing.

Syllabus
  • Introduction

    • PayPal payments via AWS
    • What you should know
    1. Payment Processing
    • Payment concepts
    • PayPal resources
    • Braintree resources
    • Sandbox account
    2. Ruby Script with Braintree
    • Local Ruby script
    • Adding the Braintree framework
    • Create a Braintree gateway
    • Create a client token
    3. AWS Lambda
    • AWS account and console
    • Lambda basics
    • Create a Lambda from a Ruby script
    • Custom ID creation
    • Calling from an API gateway
    4. Processing Client Payment
    • Xcode project setup
    • Calling from the client
    • Parse a token in app
    • Payment UI and nonce
    • Send payment to a Lambda
    • Process payment in a Lambda
    Conclusion
    • Next steps