Chỉ định nhiều giá trị cho 1 env variable (Lambda function)

Chỉ định nhiều giá trị cho 1 env variable (Lambda function)

Share Everywhere

Table of contents

Có thể dùng AWS CLI Command [aws lamba update-function-configuration] để update giá trị của variable

Case ví dụ:

hiện tại giá trị của variable INSTANCE là i-xxxxxxxxxxxxxxxxx, bạn muốn thêm EC2 instance là i-yyyyyyyyyyyyyyyyy bạn có thể làm như sau:

aws lambda update-function-configuration --function-name <tên_lambda_function_của_bạn> --environment Variables={INSTANCE=i-xxxxxxxxxxxxxxxxx_i-yyyyyyyyyyyyyyyyy}

Ở đây, các EC2 instance id được nối với nhau bởi dấu _

Trong Lambda script, sử dụng function split() của Python để parse giá trị INSTANCE từ string thành list:

instances = (os.environ['INSTANCE'].split("_"))

Tham khảo tài liệu sau:

[update-function-configuration] https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lambda/update-function-configuration.html

Có thể dùng AWS CLI Command [aws lamba update-function-configuration] để update giá trị của variable
Có thể dùng AWS CLI Command [aws lamba update-function-configuration] để update giá trị của variable

 

Bạn thấy bài viết này như thế nào?
0 reactions

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Bài viết liên quan

Khám phá FinOps

Khám phá FinOps - công nghệ đám mây

Nhiều doanh nghiệp ngày nay lựa chọn chuyển sang công nghệ đám mây với hi vọng đạt được lợi thế cạnh tranh so với đối thủ nhờ tiềm năng về hiệu quả cao và tiết kiệm chi phí hơn của công nghệ này.
Microservices Roadmap

Microservices Roadmap

- Kafka, RabbitMQ, Amazon SQS: Efficient and reliable message brokers for seamless communication between microservices.
The Data Analyst Roadmap

The Data Analyst Roadmap

**Database Knowledge**: Gain proficiency in working with databases like MySQL, PostgreSQL, or MongoDB.
Architectural patterns in software design

Architectural patterns in software design

Choose the architecture that aligns with your application's unique needs and goals. Each pattern offers a tailored approach to elevate your software system!
Exploring the Technological Marvel Behind Netflix

Exploring the Technological Marvel Behind Netflix

Ever wondered about the tech wizardry that powers your binge-watching adventures on Netflix?