Faster-sam

Latest version: v0.11.0

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.11.0

What's Changed

New Features

AWS Intrinsic Functions Handling
Added support for AWS Intrinsic Functions
* feat: add log message insted of exception by Luis-Henrique in https://github.com/noverde/faster-sam/pull/134
* fix: convert to string by Luis-Henrique in https://github.com/noverde/faster-sam/pull/135
* feat: add get att intrinsic function by Luis-Henrique in https://github.com/noverde/faster-sam/pull/138
* feat: join intrinsic function by Luis-Henrique in https://github.com/noverde/faster-sam/pull/139
* feat: add select intrinsic function by Luis-Henrique in https://github.com/noverde/faster-sam/pull/140
* feat: add split intrinsic function by Luis-Henrique in https://github.com/noverde/faster-sam/pull/141

Environment Variables Management
Loading environment variables from CloudFormation template
* feat: add set parameters function into cloudformation by Luis-Henrique in https://github.com/noverde/faster-sam/pull/132
* feat: read env vars from cloudformation template by Luis-Henrique in https://github.com/noverde/faster-sam/pull/129
* feat: load envs into adapter by Luis-Henrique in https://github.com/noverde/faster-sam/pull/133
* refactor: add env value casting by Luis-Henrique in https://github.com/noverde/faster-sam/pull/137

S3 Event Handling
* feat: add s3 event by Luis-Henrique in https://github.com/noverde/faster-sam/pull/168
* feat: add s3 event configure routes by Luis-Henrique in https://github.com/noverde/faster-sam/pull/174
* feat: bucket rewrite path middleware by Luis-Henrique in https://github.com/noverde/faster-sam/pull/178

Faster-SAM CLI
* feat: add command line script, list resources by Luis-Henrique in https://github.com/noverde/faster-sam/pull/146

General refactors
* feat: add bucket property into cloudformation template class by Luis-Henrique in https://github.com/noverde/faster-sam/pull/147
* refactor: split enum in cloudformation module by julianolf in https://github.com/noverde/faster-sam/pull/150
* feat: add aws resource class definition for Lambda Function by julianolf in https://github.com/noverde/faster-sam/pull/151
* feat: add aws cloudformation class definiton for api event source by julianolf in https://github.com/noverde/faster-sam/pull/152
* feat: add aws resource class definition for SQS queue by julianolf in https://github.com/noverde/faster-sam/pull/154
* feat: add aws event source class definition for SQS by julianolf in https://github.com/noverde/faster-sam/pull/156
* feat: add bucket class by Luis-Henrique in https://github.com/noverde/faster-sam/pull/157
* fix: event source enum value name by julianolf in https://github.com/noverde/faster-sam/pull/158
* feat: add aws api gateway class by Luis-Henrique in https://github.com/noverde/faster-sam/pull/153
* feat: add aws event source class definition for schedule by julianolf in https://github.com/noverde/faster-sam/pull/159
* feat: improve event source creating from resource map by julianolf in https://github.com/noverde/faster-sam/pull/160
* feat: return instance of function instead of dictionary on cf propety by julianolf in https://github.com/noverde/faster-sam/pull/161
* feat: return instance of buckets instead of dictionary on cf propety by Luis-Henrique in https://github.com/noverde/faster-sam/pull/162
* feat: return instance of queues instead of dictionary on cf propety by Luis-Henrique in https://github.com/noverde/faster-sam/pull/163
* feat: return instance of api instead of dictionary on cf propety by julianolf in https://github.com/noverde/faster-sam/pull/164
* refactor: adapter lambda-mapper function by julianolf in https://github.com/noverde/faster-sam/pull/165
* refactor: update lambda-mapper function by julianolf in https://github.com/noverde/faster-sam/pull/166
* refactor: update lambda-mapper to process schedule events by julianolf in https://github.com/noverde/faster-sam/pull/167
* feat: remove lambda handler function by Luis-Henrique in https://github.com/noverde/faster-sam/pull/170

Others

Bugfix
* fix: refresh connection of redis by Luis-Henrique in https://github.com/noverde/faster-sam/pull/185

Dependency Updates
* chore(deps-dev): bump black from 24.1.1 to 24.2.0 by dependabot in https://github.com/noverde/faster-sam/pull/116
* chore(deps-dev): bump twine from 4.0.2 to 5.0.0 by dependabot in https://github.com/noverde/faster-sam/pull/118
* chore(deps-dev): bump redis from 5.0.1 to 5.0.3 by dependabot in https://github.com/noverde/faster-sam/pull/123
* chore(deps-dev): bump black from 24.1.1 to 24.3.0 by dependabot in https://github.com/noverde/faster-sam/pull/126
* chore(deps-dev): bump boto3 from 1.34.37 to 1.34.82 by dependabot in https://github.com/noverde/faster-sam/pull/155
* chore(deps-dev): bump coverage from 7.4.2 to 7.4.4 by dependabot in https://github.com/noverde/faster-sam/pull/144
* chore(deps-dev): bump setuptools from 69.1.1 to 69.2.0 by dependabot in https://github.com/noverde/faster-sam/pull/143
* chore(deps-dev): bump build from 1.0.3 to 1.2.1 by dependabot in https://github.com/noverde/faster-sam/pull/142

**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.10.0...v0.11.0

0.10.0

What's Changed
* Feat/add background in schedule module by gabriel-f-santos in https://github.com/noverde/faster-sam/pull/128

**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.9.0...v0.10.0

0.9.0

What's Changed
* Feat/add schedule module by leonardoc-lima in https://github.com/noverde/faster-sam/pull/125

**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.8.0...v0.9.0

0.8.0

What's Changed
* Feat/add migrations by gabriel-f-santos in https://github.com/noverde/faster-sam/pull/121
* chore: bump version to 0.8.0 by gabriel-f-santos in https://github.com/noverde/faster-sam/pull/124


**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.7.2...v0.8.0

0.7.2

What's Changed
* fix: cases where return is null for sqs by gabriel-f-santos in https://github.com/noverde/faster-sam/pull/112
* fix: remove set body middleware by gabriel-f-santos in https://github.com/noverde/faster-sam/pull/113
* chore: bump version 0.7.1 to 0.7.2 by Luis-Henrique in https://github.com/noverde/faster-sam/pull/120


**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.7.1...v0.7.2

0.7.1

What's Changed
* fix: check if resource arn is a list by Luis-Henrique in https://github.com/noverde/faster-sam/pull/110
* chore: bump faster-sam from 0.7.0 to 0.7.1 by Luis-Henrique in https://github.com/noverde/faster-sam/pull/111


**Full Changelog**: https://github.com/noverde/faster-sam/compare/v0.7.0...v0.7.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.