Ahmed Nour Jamal El-Din

Results 13 issues of Ahmed Nour Jamal El-Din

is there any way to change the labels?

Hi, I need to fetch videos of many playlists, and as you know, it's not good to wait each call to finish but make all requests together and wait them...

enhancement

**Actual Behaviour** When running: ```bash serverless dynamodb migrate --stage test ``` We get: ``` Serverless: Skipping migration: DynamoDB Local is not available for stage: test ``` **Expected Behaviour** It would...

Hacktitude

Fixes issue #[229] Changes: Based on below this (section)[https://serverless.com/framework/docs/providers/aws/guide/plugins#serverless-instance], which is: ``` Note: Variable references in the serverless instance are not resolved before a Plugin's constructor is called, so if...

Hi, Is it possible to check if it is needed to refresh the token before making a new request? As you know, there is an expires_at field where it is...

this fixes #380 in my timezone. Not sure if it works in all cases though.

Hello, When I create an event by dragging, it always adds one hour to the start attribute. After investigating the issue, it was due to daylight saving time and the...

Hi, if you use `serverless.yaml` instead of `serverless.yml`, this plugin won't work and will throw exception stating `file not present`

Hi, When I split the code into multiple files, this plugin cant recognize them. How to re-produce: just take the stepFunctionsOffline to its own file, and reference them in serverless.yml...

Hi, I'd like to retry if the returned object meets a condition. Example: ```dart final response = await retry( // Make a GET request () => http.get('https://google.com'), // Retry on...

enhancement
good first issue
pkg:retry