from chalice import Chalice app = Chalice(app_name='mp3duration') @app.route('/') def index(): return {'hello': 'world'}