06 2022 档案

摘要:You are given a string s formed by digits and '#'. We want to map s to English lowercase characters as follows: Characters ('a' to 'i') are represente 阅读全文
posted @ 2022-06-27 06:10 Grandyang 阅读(201) 评论(0) 推荐(0) 编辑
摘要:When use AWS API gateway with lambda authorizer, you may get 403 Forbidden error code with the error message User is not authorized to access this res 阅读全文
posted @ 2022-06-20 08:31 Grandyang 阅读(418) 评论(0) 推荐(0) 编辑
摘要:If you configure CORS (Cross-Origin Resource Sharing) for an API, API Gateway automatically sends a response to preflight OPTIONS requests, even if th 阅读全文
posted @ 2022-06-19 04:54 Grandyang 阅读(55) 评论(0) 推荐(0) 编辑
摘要:AWS Lambda allows you to write customized authorizer for the API gateway, here is the video for Secure your API Gateway with Lambda Authorizer | Step 阅读全文
posted @ 2022-06-17 14:33 Grandyang 阅读(1324) 评论(0) 推荐(0) 编辑
摘要:Given an array of non-negative integers arr, you are initially positioned at start index of the array. When you are at index i, you can jump to i + ar 阅读全文
posted @ 2022-06-12 14:25 Grandyang 阅读(491) 评论(0) 推荐(0) 编辑
摘要:AWS lambda function has some built-in packages, but when you use some other packages (like requests), you might get the following error: Unable to imp 阅读全文
posted @ 2022-06-06 12:59 Grandyang 阅读(610) 评论(0) 推荐(0) 编辑
摘要:Given an integer n, return any array containing n unique integers such that they add up to 0. Example 1: Input: n = 5 Output: [-7,-1,1,3,4] Explanatio 阅读全文
posted @ 2022-06-04 12:28 Grandyang 阅读(218) 评论(0) 推荐(0) 编辑

Fork me on GitHub