📝
knowledge
  • links
  • 14-Pure-Education
    • My Knowledge Wiki 🌿
      • .github
        • ISSUE_TEMPLATE
          • Question 🤔
          • bug_report
          • Feature ✨
        • Summary
      • design
        • Animation
        • Fonts
        • Framer
        • Color
        • figma
          • Figma
          • Figma plugins
        • Inkscape
        • Blender
        • Design
        • Interior Design
        • Icons
        • Design inspiration
        • 3D modeling
        • Design systems
        • Industrial Design
        • User Experience
        • Logos
      • databases
        • Neo4j
        • Fauna
        • sql
          • SQL
        • blockchain
          • Cardano
          • Arweave
          • Tezos
          • Polkadot
          • Uniswap
          • Ethereum
          • Blockchain
        • Kdb+
        • Cassandra DB
        • PostgreSQL
        • FoundationDB
        • SQLite
        • Prometheus
        • Dgraph
        • Redis
        • DynamoDB
        • Databases
        • Memcached
        • MariaDB
        • Prisma
        • MongoDB
      • augmented-reality
        • Augmented Reality
        • ARKit
      • art
        • Art
        • Pen plotting
        • Drawing
        • Photography
        • Generative art
        • Sketching
        • Comics
        • Anime
        • Furniture
        • Dancing
        • Architecture
        • Clothes
        • Tattoos
      • computer-graphics
        • computer-vision
          • Optical character recognition
          • Computer vision
        • Procedural generation
        • Metal
        • SVG
        • WebGPU
        • [Ray tracing](https://en.wikipedia.org/wiki/Ray_tracing_(graphics))
        • Computer graphics
        • WebGL
        • CUDA
        • OpenGL
        • Vulkan API
        • Bézier curves
        • Shaders
        • Image processing
        • [Rendering](https://en.wikipedia.org/wiki/Rendering_(computer_graphics))
      • computer-science
        • Parsing
        • algorithms
          • Algorithms
          • Compression
        • Computer Science
        • Computer architecture
        • formal-verification
          • Formal verification
          • TLA+
        • Automata theory
        • data-structures
          • Data structures
      • business
        • startups
          • Marketplaces
          • Funding
          • Values
          • Onboarding
          • Venture capital
          • Startups
          • Payroll
        • Products
        • Business
        • Restaurants
        • Landing pages
        • Pricing
      • compilers
        • LLVM
        • Linters
        • build-systems
          • Build systems
          • Bazel
        • Compilers
      • books
        • Mind for numbers - Review
        • Thinking, fast and slow
        • Brave new world
        • Elements of programming interviews
        • Rich dad poor dad
        • Programming in Haskell
        • Code: hidden language of software
        • Surely you are joking Mr Feynman
        • Books
        • Mindstorms
        • Eloquent ruby
        • go-in-action
        • Crafting interpreters
        • Cracking the coding interview
        • Artificial Intelligence: A Modern Approach
      • devops
        • Observability
        • DevOps
        • Site Reliability Engineering
        • Terraform
      • cryptocurrencies
        • Nano
        • Cryptocurrencies
        • Bitcoin
        • Stellar
        • Libra
        • TON
      • backups
        • Backups
      • 3d-printing
        • 3D Printing
      • distributed-systems
        • message-queue
          • Message queue
          • ZeroMQ
          • MQTT
        • [Load balancing](https://en.wikipedia.org/wiki/Load_balancing_(computing))
        • rpcs
          • gRPC
          • Remote Procedure Calls
        • Distributed systems
        • Conflict-free replicated data type
      • cli
        • Command Line Tools
        • Tmux
        • Ngrok
        • Sed
      • automation
        • Home automation
        • Automation
      • biology
        • Computational biology
        • Biology
        • Evolution
        • genomics
          • DNA
          • Genomics
        • immunology
          • Immunotherapy
          • Immunology
        • Bionics
        • bioinformatics
          • Bioinformatics
        • Viruses
      • cloud-computing
        • serverless-computing
          • AWS Lambda
          • Serverless computing
          • Cloudflare workers
        • Cloud computing
        • gcp
          • Google Cloud
        • aws
          • AWS Amplify
          • AWS
        • azure
          • Azure
      • articles
        • Articles
      • anki
        • Anki
      • data-science
        • Data Science
        • Data Visualization
        • Data processing
        • Apache Kafka
      • consciousness
        • Consciousness
        • Ego
      • documentaries
        • Documentaries
      • Summary
      • api
        • API
      • animals
        • Birds
        • Animals
      • courses
        • Courses
      • analytics
        • Analytics
      • chemistry
        • Chemistry
Powered by GitBook
On this page
  1. 14-Pure-Education
  2. My Knowledge Wiki 🌿
  3. cloud-computing
  4. serverless-computing

AWS Lambda

Previousserverless-computingNextServerless computing

Last updated 4 years ago

Was this helpful?

CtrlK
  • Notes
  • Links

Was this helpful?

Notes

  • I just reduced latency by ~ 10x by bumping memory from default to ~1GB. w/ provisioned concurrency brought the request time down to around 30ms w DDB

Links

  • Writing AWS Lambda Functions in Rust (Article)

  • sqs-lambda - Rust crate for writing AWS Lambdas that are triggered by SQS.

  • WTF is AWS Lambda course (2020)

  • Create an AWS Lambda function from scratch (2020)

  • AWSome Lambda Layers

  • 5 reasons why you might use AWS Lambda for your next project (2020)

  • AWS SAM Local - Allows you to run your serverless application locally for quick development and testing.

  • python-lambda-layer-builder - Build tool for creating optimized Python AWS Lambda layers.

  • Working with AWS Lambda and Chalice (2020)

  • Notes on AWS Lambda (2020)

  • AWS Lambda for Go - Libraries, samples and tools to help Go developers develop AWS Lambda functions.

  • Apollo AWS Lambda with GraphQL subscriptions

  • Lambda Powertools - Suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.

  • Bash in AWS Lambda

  • AWS Lambda Go Api Proxy - Makes it easy to run Golang APIs written with frameworks such as Gin with AWS Lambda and Amazon API Gateway.

  • AWS Lambda Power Tuning - AWS Step Functions state machine that helps you optimize your Lambda functions in a data-driven way.

  • Swift AWS Lambda Runtime (HN)

  • A Shared File System for Your Lambda Functions (2020) (HN)

  • Chalice - Framework for writing serverless apps in python. It allows you to quickly create and deploy applications that use AWS Lambda.

  • Chaos Lambda - Serverless chaos monkey for AWS (runs on AWS Lambda).

  • AWS CDK Made Simple: Run a Lambda function locally (2020)

  • Building Your First Serverless Service With AWS Lambda Functions (2020)

  • Introducing Direct Lambda Resolvers: AWS AppSync GraphQL APIs without VTL

  • Cache AWS Lambda responses with Cloudflare (2020)

  • Debugging AWS Lambda Timeouts (2020)

  • Show HN: AWS Lambda TypeScript Middleware (Docs) (HN)

  • Serverless ML Inference with AWS Lambda + Amazon EFS (2020)

  • Lambda calculus and Graham’s number (2012)

  • Rust on AWS Lambda Using AWS CDK for Deployment

  • The Complete AWS Lambda Handbook for Beginners (2020)

  • AWS Lambda Extensions – In preview (2020) (Tweet)

  • Building Bad Lambda (2020)

  • golambda - AWS Lambda Go functions made easy.

  • Determine prominent colors in a picture, your first AWS Lambda in Go (2020)

  • Using AWS Lambda to sync an Elastic Load Balancer's Target Groups (2020)

  • AWS Lambda Runtime Interface Emulator

  • Integration testing for AWS Lambda in Go with Docker-compose (2020)

  • Optimizing Lambda Cost with Multi-Threading (2020)

  • AWS Lambda Extensions - Collection of sample extensions to help you get started with AWS Lambda Extensions.

  • AWS Lambda Python Runtime Interface Client

  • aws-lambda-nodejs-esbuild - AWS CDK Construct to build Node.js AWS lambdas using esbuild.

  • aws-lambda-deploy - Collection of sample tools to enable canary deployments of AWS Lambda functions.

  • Mangum - AWS Lambda & API Gateway support for ASGI.

  • AWS Lambda Terraform Cookbook with working examples (HN)

  • lambda_decorators - Collection of useful decorators for making AWS Lambda handlers.

  • Optimizing Lambda functions packaged as container images (2021)

  • AWS Lambda Power tools (Python)

  • Rust Runtime for AWS Lambda

  • Serverless TypeScript: A Complete Setup for AWS SAM Lambdas (2021)

  • cdk-watch - CLI to watch and live-update your CDK Stack's Lambdas.

  • re:Web - Enables classic web applications to run on AWS Lambda.