LambdaSharpTool icon indicating copy to clipboard operation
LambdaSharpTool copied to clipboard

Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS

Results 15 LambdaSharpTool issues
Sort by recently updated
recently updated
newest added

Currently, the shorthand for requesting resource permissions vary per resource. It would be easier if they could all be mapped to a list of common shorthand names: For example, *...

module

Make it easier for SQS queues to subscribe to SNS topics before the function to subscribe to the SQS queue (a.k.a. nexus pattern).

enhancement
module
0.7

``` lash test customresource testing-source-file.yml ``` Where `testing-source-file.yml` contains the properties for creating and changes. The tool then mimics how AWS invokes a custom resource handler and checks that the...

## Motivation ### Access from other classes Logging inside functions can be done using the methods LogInfo, LogWarn, LogError, and others. Although, there is no access to these methods from...

enhancement

See: * http://techblog.invitationdigital.com/2015/07/21/aes-and-kms-in-dot-net/ * https://github.com/ica-carealign/AwsContrib.EnvelopeCrypto

* enable the CLI to backup the S3/DynamoDB/etc. data stores and restore them at a later date * this is to support tearing down and redploying a module without losing...

* check if a topic called `${BucketName}-topic` exists, if not, create it * subscribe a lambda to the bucket to receive all events * emit received events on bucket topic...

See all deployments, ability to revert a deployment to previous release.

core

* coroner * morgue * lazarus * watchman * mortician

core

add support for step functions

module