AWS Lambda function generator.
Invoke scoped data storage for AWS Lambda Node.js Runtime Environment
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
Detect if your code is running on an AWS Lambda server
OpenTelemetry instrumentation for AWS Lambda function invocations
TypeScript definitions for aws-lambda
Deploy AWS Lambda functions from command line using a json or yaml config file.
Lambda client library that supports hybrid tracing in node js
<!--BEGIN STABILITY BANNER-->
Basic boilerplate for lambdas at planet 9 energy
The logging package for the Powertools for AWS Lambda (TypeScript) library
Commandline tool and API to run Lambda functions on your local machine.
Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures
A shared utility package for Powertools for AWS Lambda (TypeScript) libraries
Determine if a function is a native generator function.
A library that contains the AWS CLI for use in Lambda Layers
Turns an AST into code.
Canvas for Node.js with skia backend
The metrics package for the Powertools for AWS Lambda (TypeScript) library
CDK Construct Library to automatically instrument Python and Node Lambda functions with Datadog using AWS CDK v2
A function that returns the normally hidden `GeneratorFunction` constructor
Turn async generator functions into ES2015 generators
The tracer package for the Powertools for AWS Lambda (TypeScript) library
Turn async functions into ES2015 generators
Simple ERB email generator
Helpers for SSM, EventBridge, standardizing responses/errors
This gem is a light weight DSL that works with rspec to allow developers to generate an OpenAPI (swagger) file based an AWS Lambda invoked by API Gateway. It works by writing a simple unit test for your lambda's code. When the test is executed, the input event and returned response are captured and used to build an OpenAPI file.
Lorem Ipsum generator custom tailored to WDI Lambda
Include this gem in your Lambda code to provide generic functionality, standardize code, and expedite development
A framework for simulation of networks of hybrid automata, similar to SHIFT and Lambda-SHIFT. Includes ruby-based DSL for defining simulation components, and ruby/C code generation and runtime.
DSL for for simple to use proc source generating from methods, unbound methods and of course Proc/lambda. It will allow you to play with the source or even fuse two source code to make a new one and generate a proc from that.
IfElse is an implementation of the pure object-oriented conditional syntax found in languages of the SmallTalk family, including Self. Those languages distinguish themselves by taking the "everything is an object / everything is a method" approach to a further extreme than Ruby, and getting rid of almost all cases of special syntax other than object definition and method call. Ruby, of course, already works this way for some purposes -- thus most Ruby developers prefer to write [1, 17, 39].each {|x| puts x} rather than for x in [1, 17, 39] puts x end and 3.times {|n| puts n} instead of i = 1 while i <= 3 puts i i += 1 end This module extends that same preference to conditional statements, providing replacements for the Ruby keywords +if+, and +unless+: x = 1 (x >= 0).if {puts 'positive'} (x < 0).unless {puts 'positive'} Note that as with the built-in special forms these methods replace, these methods are available on any Ruby Object, and obey the usual rules of which values are considered "Truthy" and "Falsey". <b>Note that the primary purpose of this gem is to demonstrate that the built-in (special form) versions of conditionals provided with Ruby are mostly syntactic sugar -- as with the +for+ keyword, there is no real need for these to be built into the language. With that said, the gem is fully tested, has no particular performance penalty (beyond the usual cost of method dispatch), and should be fully useable in general purpose code.</b> <b>Note also that while Smalltalk-family languages also provide an equivalent to the Ruby +else+ keyword, this depends on the more general block/lambda capability of those languages, which allow a method to take multiple blocks as arguments. This could be imitated with a syntax like:</b> # NOT A REAL EXAMPLE (x > 42).if then: lambda {|x| :big }, else: lambda {|x| :small} <b>which is true to the SmallTalk original, but feels less Ruby-ish to me, so I didn't implement this -- perhaps in a later version.</b>
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.