BLogs

image
Azure logic appsのIP制限
Azure Vnet Azure Vnetのデフォルト設定でVnetを作成 リソースでpublic ip addressを検索して、public ip addressを新しく作成 リソースでnat gatewayを検索して、nat gatewayを新しく作成 作成する際に、virtual network, outband ip addressを設定 Logic...
image
AWS Lambda layerの使い方
やりたいこと AWS Lambdaのpython環境ではcustomer packageが入ってない。requestsとかのlibを利用する場合は以下のエラーが出てくる customer packageを利用するために、lambda layerを利用する必要がある。 lambda layerでは、python packageを一括導入することができて、lambda側で利用することができる...
image
Teams approval adaptive card
Teams側で承認用のadaptive cardを作成 { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2",...
image
Teams adaptive card for table
やりたいこと Teamsで以下のようにデータを表示したい こちらのサイトでadaptive cardをpreviewできる https://adaptivecards.io/designer/ 以下のjsonで、テーブル型のデータをadaptive cardで表示できる { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",...
pexels-photo-4488636-4488636.jpg
AWS Lambda and API GatewayでAPIをデプロイ
やりたいこと AWS側でAPIをデプロイして、Http requestを送ることにより、AWS内のサービスるを利用する つまり、HTTP requestで、AWS内のサービスを喚起すること 今回は、Http requestで、AWS S3内のファイルリストを返してくれるようなサンプルなAPIを作成 事前準備 AWS環境 VPC network セキュリティグループ...
1 2 3 4