Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Introduction

This repositoy contains all the custom Lambda layer for VTDLP projects

List of custom Lambda layer

  1. Noid-mint Lambda layer: Contains noid-mint and panda Python libraries.

Create a Lambda layer

  • Create a Lambda layer using AWS CLI
    cd noid-layer
    aws lambda publish-layer-version --layer-name noid-layer --description "NOID layer" --zip-file fileb://noid-layer.zip --compatible-runtimes python3.7 --cli-connect-timeout 6000
    
    Output
    {
        "Content": {
            "Location": "....",
            "CodeSha256": "xxxxxxxx+LyoETfaKSxxxxxxx",
            "CodeSize": 31585176
        },
        "LayerArn": "arn:aws:lambda:us-east-1:xxxx:layer:noid-layer",
        "LayerVersionArn": "arn:aws:lambda:us-east-1:xxxx:layer:noid-layer:1",
        "Description": "NOID layer",
        "CreatedDate": "2020-02-12T03:32:10.694+0000",
        "Version": 1,
        "CompatibleRuntimes": [
            "python3.7"
        ]
    }
    

About

Custom Lambda layers for VTDLP

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors