지제출발 – 오송도착 [퇴근]

2025-02-11(화) 평택지제출발 – 오송도착 시간표 직통 SRT 613 평택지제 15:42 오송 16:05 00 : 23 직통 SRT 345 평택지제 15:56 오송 16:13 00 : 17 직통 SRT 353 평택지제 17:20 오송 17:37 00 : 17 직통 SRT 665 평택지제 19:36 오송 19:55 00 : 19 직통 SRT 683 평택지제 19:36 오송 19:55 00 : 19 … Read more

WSL2 초간단 설치 및 CUDA(GPU) 설정 방법

https://velog.io/@jaehyeong/WSL2-%EC%B4%88%EA%B0%84%EB%8B%A8-%EC%84%A4%EC%B9%98-%EB%B0%8F-CUDAGPU-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%95 2025-02-09(일) 동일한 프로그램에서도 윈도우는 리눅스 서버 등과 이슈가 발생하여, 개발 / 검증 시간에 너무 많은 시간이 소요 되어 기사 검색. 

Re(0): aws lambda get-function lambda list-functions

2025-02-09(일) AWS V4 Authtentication is executed  Based on the debug logs provided, it appears that AWS v4 authentication is indeed being used for the Lambda list-functions API call. Specifically, we can see: 1. The debug log shows “Calculating signature using v4 auth.” 2. There’s a “x-amz-date” header being added, which is part of the v4 … Read more

aws lambda get-function lambda list-functions

Description: The `lambda get-function` command retrieves information about a specific AWS Lambda function, including its configuration, code, and other attributes. Syntax: aws lambda get-function –function-name [options] Required Parameters: – `–function-name`: The name or ARN of the Lambda function. Optional Parameters: – `–qualifier`: Specify a version or alias to get details about a specific function version. Key … Read more