Highlights
- Pro
- 15 discussions answered
Block or Report
Block or report pgrzesik
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
serverless/serverless Public
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – -
The repository for high quality TypeScript type definitions.
-
-
elixir-lang/elixir Public
Elixir is a dynamic, functional language designed for building scalable and maintainable applications
-
codelucas/newspaper Public
News, full-text, and article metadata extraction in Python 3. Advanced docs:
-
jazzband/pip-tools Public
A set of tools to keep your pinned Python dependencies fresh.
2,957 contributions in the last year
Contribution activity
January 2022
Created 55 commits in 12 repositories
Created 5 repositories
- pgrzesik/serverless-aws-apigateway-documentation JavaScript
- pgrzesik/serverless-ses-template JavaScript
- pgrzesik/serverless-api-gateway-throttling JavaScript
- pgrzesik/serverless-plugin-lambda-insights JavaScript
- pgrzesik/serverless-api-gateway-caching JavaScript
Created a pull request in serverless/serverless that received 7 comments
refactor(CLI): Improve progress for CloudFormation updates
Reported internally, take advantage of ChangeSet implementation to improve the way we show progress for deploy command
Opened 51 other pull requests in 13 repositories
serverless/serverless
2
open
20
merged
5
closed
-
test: Fix
mskintegration test - Release v3.0.1
-
docs: Add information about setting
frameworkVersion -
Refactor
createcommand with--templateflag to use templates fromexamplesrepository - refactor(CLI Onboarding): Minor wording adjustments
- fix: Report more meaningful strict schema mode error
-
refactor: Remove leftover
SLS_DEBUGreferences - Remove unused flushbuffered logic
-
refactor: Refactor direct use of
@serverless/utils/log -
refactor: Remove
legacylogs - Release v2.72.2
-
feat(CLI Onboarding): Auto login if
--orgflag provided -
refactor: Ensure support for
warnmode for modern deprecations -
refactor: Support
concealoption in modern logs -
refactor: Remove
legacylogs -
refactor(Config Schema): Do not rely on
ajv-keywords - refactor(CLI Onboarding): Download templates from v3 examples branch
-
fix: Ensure proper strict restrictions for
ajv - Release v2.71.0
-
Recognize
params_count - refactor(Config Schema): Use strict: true for schema validation
- refactor(CLI): Improve progress for CloudFormation updates
- fix(Config Schema): Address invalid schema definitions
-
refactor(Config Schema): Use
strict: truefor schema validation - refactor(CLI Onboarding): Download templates from v2 examples branch
- Some pull requests not shown.
serverless/dashboard-plugin
7
merged
serverless/examples
3
merged
serverless/test
3
merged
serverless/serverless-python-requirements
1
merged
1
open
serverless/safeguards-plugin
2
merged
serverless/template-package
1
merged
serverless/eslint-config
1
merged
serverless/utils
1
merged
Kakkuk/serverless-aws-apigateway-documentation
1
open
DianaIonita/serverless-api-gateway-throttling
1
merged
awslabs/serverless-plugin-lambda-insights
1
open
DianaIonita/serverless-api-gateway-caching
1
merged
Reviewed 84 pull requests in 11 repositories
serverless/serverless
57 pull requests
-
test: Fix
mskintegration test -
feat(AWS MSK): Support
maximumBatchingWindow - bugfix(AWS ActiveMQ): Support MaximumBatchingWindowInSeconds property in event source mapping config
- bugfix(AWS RabbitMQ): Support MaximumBatchingWindowInSeconds property in event source mapping config
- bugfix(AWS Kafka): Support MaximumBatchingWindowInSeconds property in event source mapping config
- docs: Complete v3.0.0 changelog
-
fix(Templates): Update dependencies of
aws-nodejs-typescriptto v3 -
Refactor
createcommand with--templateflag to use templates fromexamplesrepository - fix: Report more meaningful strict schema mode error
- Release v3.0.0
- v3 features
- Unify naming convention
-
Docs: Remove outdated
anatomydoc -
docs: Switch to
npm iinstead of brokennpm update - Test: Remove obsolete files
- Release v2.72.2
- test: Ensure we tests against uncached version
- Release v2.72.1
-
v3: Adapt to renames in
@serverless/dashboard-plugin - v3: CLI: Simplify internal flow
- v3: Configuration reference cleanup
-
v3: Fix detection of npm installed
serverless-tencent - docs: Split the YAML reference in multiple sections
- feat: Clarify deprecation messages for v3
-
v3: Remove
cli.suppressLogIfPrintCommandinternal method - Some pull request reviews not shown.
serverless/dashboard-plugin
6 pull requests
serverless/utils
5 pull requests
dherault/serverless-offline
4 pull requests
serverless/test
3 pull requests
serverless/serverless-plugin-typescript
2 pull requests
serverless/plugins
2 pull requests
serverless/serverless-google-cloudfunctions
2 pull requests
serverless/serverless-python-requirements
1 pull request
serverless/examples
1 pull request
serverless/cli
1 pull request
Created an issue in neiman-marcus/serverless-provisioned-concurrency-autoscaling that received 4 comments
Configuration schema extension does not pass strict validation mode
Hello,
along with the upcoming v3 release of the Serverless Framework, internal schema validation has been improved and now enforces strict validat…