EC2启动Lambda

时间:2024-03-04 07:16:57
【文件属性】:

文件名称:EC2启动Lambda

文件大小:10KB

文件格式:ZIP

更新时间:2024-03-04 07:16:57

Python

启动-ec2 部署代码 sam构建&& sam部署 调用服务器 curl https:// / Prod / start_server curl https:// / Prod / stop_server 该项目包含可用于SAM CLI的无服务器应用程序的源代码和支持文件。 它包括以下文件和文件夹。 hello_world-应用程序的Lambda函数的代码。 events-可用于调用函数的调用事件。 测试-应用程序代码的单元测试。 template.yaml-定义应用程序的AWS资源的模板。 该应用程序使用多种AWS资源,包括Lambda函数和API Gateway API。 这些资源在此项目的template.yaml文件中定义。 您可以通过更新应用程序代码的相同部署过程来更新模板以添加AWS资源。 如果您喜欢使用集成开发环境(IDE


【文件预览】:
EC2LaunchLambda-master
----samconfig.toml(274B)
----template.yaml(2KB)
----hello_world()
--------app.py(4KB)
--------requirements.txt(8B)
--------__init__.py(0B)
----events()
--------event.json(2KB)
----README.md(7KB)
----tests()
--------unit()
----.gitignore(2KB)

网友评论