Skip to content

Commit

Permalink
updated version to 0.3.4 and added QueueName to SQS
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjinwright committed Jun 28, 2018
1 parent 80b4011 commit 2c550f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sammy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class SNS(Resource):

class SQS(Resource):
_resource_type = 'AWS::SQS::Queue'
QueueName = CharForeignProperty(Ref)


class Function(Resource):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

install_reqs = parse_requirements('requirements.txt', session=False)

version = '0.3.3'
version = '0.3.4'

setup(
name='sammy',
Expand Down

0 comments on commit 2c550f1

Please sign in to comment.