Open in app

Sign In

Write

Sign In

Michele Riso
Michele Riso

80 Followers

Home

About

Pinned

Supercharge Your Telegram Bot with ChatGPT: A Comprehensive Guide to ChatGPT Integration and Serverless Deployment

Introduction In this detailed tutorial, we will explore how to create an advanced Telegram bot that interfaces with OpenAI’s ChatGPT using the Serverless Framework. By following this guide, you will develop a powerful chatbot capable of leveraging ChatGPT’s cutting-edge language processing abilities, providing Telegram users with an engaging and interactive experience. Table of Contents …

Telegram Bot

5 min read

Building a Telegram Bot to Interface with ChatGPT Using Serverless Framework: A Comprehensive…
Building a Telegram Bot to Interface with ChatGPT Using Serverless Framework: A Comprehensive…
Telegram Bot

5 min read


Published in ITNEXT

·Pinned

Serverless Framework: Use Amazon S3 Object Lambda to resize images on the fly (Node.js and Sharp)

Goal In this post, I will show you how to use Amazon S3 Object Lambda to resize images on the fly. The Serverless Framework will be used to define the Infrastructure as Code and to simplify the deployment. Sharp will be used to resize the images. Lambda will be written using…

AWS

4 min read

Serverless Framework: Use AWS S3 Object Lambda to resize images on the fly
Serverless Framework: Use AWS S3 Object Lambda to resize images on the fly
AWS

4 min read


Jul 28, 2021

Thanks Michele for the response.
1

Shuvo Chatterjee

Hi Shuvo, AWS Lambda works as follow:

Hi Shuvo, AWS Lambda works as follow: 1) When you invoke a lambda function the first time, AWS creates a container (cold start) 2) AWS executes your lambda inside the container 3) After the execution, AWS put the lambda in a pool for some time (about 15 min) to be resued 4) Next execution, AWS checks if there is any container available and uses that one (warm start) You pay only for the time the lambda executes, not for the time the Lambda container is put in the pool and kept warm

1 min read

1 min read


Jun 18, 2021

Michele your post is great!
2

Yusufbek Alimatov

Thanks Yusufbek!

Thanks Yusufbek! That is a naming convention that comes from the Serverless translation of the YAML file into a real resource. If you see the the YAML file I created a "resizer" function functions: resizer: handler: handler.resizer environment: BUCKET_NAME: ${self:custom.bucketName} That function is translated into "ResizerLambdaFunction" from Serverless :)

1 min read

1 min read


Published in ITNEXT

·Feb 18, 2020

Serverless Framework: Warming up AWS Lambda to avoid “cold start”

Goals In my previous tutorials, we started learning about the Serverless framework. In particular, in: “Serverless Framework: Deploy an HTTP endpoint using NodeJS, Lambda on AWS” we have learnt how to create an AWS Lambda HTTP endpoint implemented in NodeJS with Express using the Serverless framework “Serverless Framework: Deploy a REST…

AWS Lambda

5 min read

Serverless Framework: Warming up AWS Lambda to avoid “cold start”
Serverless Framework: Warming up AWS Lambda to avoid “cold start”
AWS Lambda

5 min read


Published in ITNEXT

·Feb 27, 2019

Serverless Framework: Deploy a REST API using AWS Lambda and DynamoDB

Goals In my previous tutorial “Serverless Framework: Deploy an HTTP endpoint using NodeJS, Lambda on AWS” we have learnt how to create an AWS Lambda HTTP endpoint implemented in NodeJS with Express using the Serverless framework. Today we are going to learn how to: Create and deploy a REST API with…

AWS

5 min read

Serverless Framework: Deploy a REST API  using AWS Lambda and DynamoDB
Serverless Framework: Deploy a REST API  using AWS Lambda and DynamoDB
AWS

5 min read


Published in ITNEXT

·Feb 18, 2019

Serverless Framework: Deploy an HTTP endpoint using NodeJS, Lambda on AWS

Goals Today you are going to learn how to create an AWS Lambda HTTP endpoint implemented in NodeJS with Express using the Serverless framework What’s the Serverless Framework? “ Serverless is your toolkit for deploying and operating serverless architectures. Focus on your application, not your infrastructure. — Serverless.com ”

AWS

4 min read

Serverless Framework: Deploy an HTTP endpoint using NodeJS, Lambda on AWS
Serverless Framework: Deploy an HTTP endpoint using NodeJS, Lambda on AWS
AWS

4 min read

Michele Riso

Michele Riso

80 Followers

Cloud Architect — Cloud Modernisation SME — Serverless SME — #AWS #Azure #Openshift linkedin.com/in/micheleriso

Following
  • Andrea Giammarchi

    Andrea Giammarchi

  • GoustoTech

    GoustoTech

  • AirbnbEng

    AirbnbEng

  • Yves Sinkgraven

    Yves Sinkgraven

  • Ram Ravishankar

    Ram Ravishankar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech