Results 18 issues of Jun

I found this caveat for using `ImportValue` intrinsic function but it doesn't include Layers property of AWS::Serverless::Function. Is it not updated or I did something incorrect? I tried using ImportValue...

type/feature
area/intrinsics
maintainer/need-response

### Describe the bug I noticed this error in my lambda Cloudwatch log. Most of the time, it can uploads successfully to an S3 bucket. AWS configuration is managed by...

bug
response-requested
s3

I changed AudioBufferSourceNode.playbackRate using the code here https://github.com/mdn/webaudio-examples/blob/master/offline-audio-context-promise/index.html but found out that the pitch was not preserved. I looked up the documentation and found out that there is no pitch...

ex: offline-audio-context-promise
question

``` Error: Network error: Can't find **graphqlQueryName** on object (ROOT_QUERY) undefined. ``` It works most of the time but fails about 20% of the time. Similar to these issues https://github.com/apollographql/react-apollo/issues/1932...

question
pending-close-response-required

I am not sure which of these three services:AWS Lambda / AWS CloudFormation / AWS Codepipeline that I configured incorrectly. Could you please let me know which part I need...

Hi, how do I compile it to support non-English languages?

It doesn't seem to be able to read words with accented characters when I send the request using the API endpoint. However, it works when I use the sdk which...

If I just need to use ffmpeg, is there any difference between deploying lambda code with ffmpeg binary and using an ffmpeg layer?

**Describe the bug** I am using boto3 to do head_object request in AWS Lambda Python 3.9 Runtime. The head_object request seems to be ok as I get 200 response code...

bug
response-requested
s3
service-api

Hi, I have a redis server hosted by aws using aws ElastiCache. When I try to connect to it using a lambda and on my local machine, it gives 'timeout...

need more info