CYberpunk edge runners

Latest articles

_20250603012912
aws lambda build by docker when oversize
必須なファイルをローカルで用意する main.py Docker requirements.txt ・main.pyにはLambdaのcodeを入れる import sys sys.path.append(‘/opt/site-packages’) from ldap3 import...
Read More
_20250603012922
ADD LAMBDA LAYER AT AWS CLOUD SHELL
1.AWS cloud shellにアクセスして、専用フォルダーを作成 mkdir denodo-layer mkdir denodo-layer JavaScript 2.フォルダー内にないって、venvを立ち上げる python -m venv venv python -m venv venv JavaScript...
Read More
project-background
Snowflake keypair setting
やりたいこと Snowflakeのkeypair認証を設定するためのメモです。 OpenSSLをインストール ・MACの場合はデフォルトで入っている ・Windowsの場合は、Downloadする必要がある https://slproweb.com/products/Win32OpenSSL.html...
Read More
pexels-photo-4488636-4488636.jpg
Centos 7.6 服务端报错
错误内容 [root@VM-16-13-centos ~]# ./run ***************************************************** ** STUN Server v1.4.0.0 ** ** ** ** ** ** CopyRight 2010~2015....
Read More
pexels-photo-4488636-4488636.jpg
Bigqueryでutm parameterを抽出
以下のQueryで、GA4のraw dataから簡単にutm parameterを抽出できる with cte as ( SELECT user_pseudo_id, event_name, (select v.value.int_value from unnest(event_params) as...
Read More
image
Power Automate Adaptive Card click event
What to DO ・上記のように、adaptive cardのapproveをクリック後、Http RequestでAPIをコールして、APIのresponseをteamsに返信することを実現したい場合のメモ Adaptive Card { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",...
Read More
image
Azure logic appsのIP制限
Azure Vnet Azure Vnetのデフォルト設定でVnetを作成 リソースでpublic ip addressを検索して、public ip addressを新しく作成 リソースでnat gatewayを検索して、nat gatewayを新しく作成 作成する際に、virtual network,...
Read More
image
AWS Lambda layerの使い方
やりたいこと AWS Lambdaのpython環境ではcustomer packageが入ってない。requestsとかのlibを利用する場合は以下のエラーが出てくる customer packageを利用するために、lambda layerを利用する必要がある。 lambda layerでは、python...
Read More
image
Teams approval adaptive card
Teams側で承認用のadaptive cardを作成 { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard",...
Read More
image
Teams adaptive card for table
やりたいこと Teamsで以下のようにデータを表示したい こちらのサイトでadaptive cardをpreviewできる https://adaptivecards.io/designer/ 以下のjsonで、テーブル型のデータをadaptive cardで表示できる { "$schema":...
Read More

About me

I am a data engineer at Shibuya, main about Google cloud and Google Marketing Platform. This is my blog to note some interesting thing.

Game fun

My favorite game is Cyberpunk 2077 and Overwatch.

I think Cyberpunk 2077 has the best city construction among all games. Driving or riding a motorcycle in its city is a very fascinating thing. This is the reason why I can always be addicted to it.