タグ variables
人気順 10 users 50 users 100 users 500 users 1000 usersAWS App Runner now supports retrieving secrets and configuration from AWS Secrets Manager and AWS Systems Manager
AWS App Runner now supports retrieving secrets and configuration data stored in AWS Secrets Manager and AWS Systems Manager (SSM) Parameter Store in an App Runner service as runtime environment variables. App Runner makes it easier for developers to quickly deploy containerized web applications a... 続きを読む
Terraform v1.2の新機能preconditionとpostconditionを調べた | DevelopersIO
Terraformのversion 1.2.0が 2022/05/18にGAになりました。新機能preconditionとpostconditionについて調べたのでレポートします。 preconditionとpostconditionとは 一言でいうとバリデーションのための新機能です。 これまでTerraformでのバリデーションというと、variablesに対して行なうことができました。typeで簡... 続きを読む
GitHub - hauntsaninja/pyp: Easily run Python at the shell! Magical, but never mysterious.
Easily run Python at the shell! Magical, but never mysterious. Installation Run pip install pypyp (note the extra "yp"!) pyp requires Python 3.6 or above. How it works pyp will statically analyse the input code to detect unused variables. Based on what it finds, it will proceed to transform the A... 続きを読む
PHPer がはじめて Tour of Go を学んだときのポイント24選 - aoma blog
Goって興味はあったけど全然触ってこなかったaomaです。 Goには A Tour of Go という、これをやればGoマスターになれるステキサイトがあります。 A Tour of Go 普段PHPに慣れている中で、ムムッ!?っとなった点を目次別にメモしました。 PHPerでこれからGoを学ぶよって人の助けになれば幸いです。 Packages, variables,... 続きを読む