Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在用 Java 编写的 AWS Lambda 函数中从 AWS Systems Manager 中的 Parameter Store 访问一些参数值。
有人可以为我提供一个合适的例子来说明如何实现这一目标。
提前致谢!!
您应该查看 Amazon 的API 文档以及Java 客户端文档。GetParametersRequest可能是你想要的。
GetParametersRequest